#372242

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

Shades of Blackcurrant #372242

Tints of Blackcurrant #372242

Color information

#372242 (or 0x372242) is unknown color: approx Blackcurrant. HEX triplet: 37, 22 and 42. RGB value is (55,34,66). Sum of RGB (Red+Green+Blue) = 55+34+66=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 66 - color contains mainly: blue. Hex color #372242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372242 is #C8DDBD. Grayscale: #2B2B2B. Windows color (decimal): -13163966 or 4334135. OLE color: 4334135.

HSL color Cylindrical-coordinate representation of color #372242: hue angle of 279.38º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #372242 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB553466-
CMYK0.170.4800.74
HSL279.38º32%19.61%-
HSV(B)279.38º48.48%25.88%-
XYZ3.132.355.44-
YUV43.93140.46135.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=35.48%
G=21.94%
B=42.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5534660.170.4800.74279.383219.61
Hex372242113004A1172014
Octal6742102216001124274024
Binary1101111000101000010100011100000100101010001011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372242; }

 p { color: rgb(55,34,66); }

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

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

 a { background-color: rgb(55,34,66); }

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

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

 span { border-color: rgb(55,34,66); }

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