#37124C

Color #37124C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #37124C

Tints of Blackcurrant #37124C

Color information

#37124C (or 0x37124C) is unknown color: approx Blackcurrant. HEX triplet: 37, 12 and 4C. RGB value is (55,18,76). Sum of RGB (Red+Green+Blue) = 55+18+76=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #37124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37124C is #C8EDB3. Grayscale: #232323. Windows color (decimal): -13168052 or 4985399. OLE color: 4985399.

HSL color Cylindrical-coordinate representation of color #37124C: hue angle of 278.28º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37124C is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB551876-
CMYK0.280.7600.70
HSL278.28º61.7%18.43%-
HSV(B)278.28º76.32%29.8%-
XYZ3.11.777.02-
YUV35.67150.76141.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 36.91%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 76 (30.08% from 255) = 51.01%
R=36.91%
G=12.08%
B=51.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5518760.280.7600.70278.2861.718.43
Hex37124C1C4C0461163e12
Octal67221143411401064267622
Binary1101111001010011001110010011000100011010001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37124C; }

 p { color: rgb(55,18,76); }

 H1.HeaderClassName
 {
   color: #37124C;
 }
 .AnyTagClassName
 {
   color: #37124C;
 }
</style>
background-color css

<style>
 a { background-color: #37124C; }

 a { background-color: rgb(55,18,76); }

 div.DivClassName
 {
   background-color: #37124C;
 }
 .BgClassName
 {
   background-color: #37124C;
 }
</style>
border-color css

<style>
 span { border-color: #37124C; }

 span { border-color: rgb(55,18,76); }

 td.TdClassName
 {
   border-color: #37124C;
 }
 .TagClassName
 {
   border-color: #37124C;
 }
</style>