Html Css Color HEX #372242 Blackcurrant

📋 copy color: '#372242'

red 55 ◦ green 34 ◦ blue 66

#372242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #372242

Tints of Blackcurrant #372242

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 value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#372242 (or 0x372242) is known color: 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

RGB 55 34 66 -
CMYK 0.17 0.48 0 0.74
HSL 279.38º 0.32% 0.2% -
HSV(B) 279.38º 0.48% 0.26% -
XYZ 3.13 2.35 5.44 -
YUV 43.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 55 34 66 0.17 0.48 0 0.74 279.38 0.32 0.2
Hex 37 22 42 11 30 0 4A 117 20 14
Octal 67 42 102 21 60 0 112 427 40 24
Binary 110111 100010 1000010 10001 110000 0 1001010 100010111 100000 10100

Color Harmonies of #372242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372242

Black with #372242

Text Example


Text Example

White with #372242

Text Example


Text Example

HTML Codes & Css Web 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>