#37124F

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

Shades of Blackcurrant #37124F

Tints of Blackcurrant #37124F

Color information

#37124F (or 0x37124F) is unknown color: approx Blackcurrant. HEX triplet: 37, 12 and 4F. RGB value is (55,18,79). Sum of RGB (Red+Green+Blue) = 55+18+79=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #37124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37124F is #C8EDB0. Grayscale: #232323. Windows color (decimal): -13168049 or 5182007. OLE color: 5182007.

HSL color Cylindrical-coordinate representation of color #37124F: hue angle of 276.39º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37124F is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB551879-
CMYK0.300.7700.69
HSL276.39º62.89%19.02%-
HSV(B)276.39º77.22%30.98%-
XYZ3.21.817.58-
YUV36.02152.26141.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=36.18%
G=11.84%
B=51.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5518790.300.7700.69276.3962.8919.02
Hex37124F1E4D0451143f13
Octal67221173611501054247723
Binary1101111001010011111111010011010100010110001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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