#372342

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

Shades of Blackcurrant #372342

Tints of Blackcurrant #372342

Color information

#372342 (or 0x372342) is unknown color: approx Blackcurrant. HEX triplet: 37, 23 and 42. RGB value is (55,35,66). Sum of RGB (Red+Green+Blue) = 55+35+66=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #372342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372342 is #C8DCBD. Grayscale: #2C2C2C. Windows color (decimal): -13163710 or 4334391. OLE color: 4334391.

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

Color convert

RGB553566-
CMYK0.170.4700.74
HSL278.71º30.69%19.8%-
HSV(B)278.71º46.97%25.88%-
XYZ3.162.415.45-
YUV44.51140.13135.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=35.26%
G=22.44%
B=42.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5535660.170.4700.74278.7130.6919.8
Hex372342112F04A1171f14
Octal6743102215701124273724
Binary110111100011100001010001101111010010101000101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372342; }

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

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

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

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

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

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

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

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