Html Css Color HEX #372842 Jagger

📋 copy color: '#372842'

red 55 ◦ green 40 ◦ blue 66

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

Shades of Jagger #372842

Tints of Jagger #372842

RGB

 RED value IS 55 (21.88% from 255) = 34.16%

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 66 (26.17% from 255) = 40.99%

R = 34.16%
G = 24.84%
B = 40.99%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#372842 (or 0x372842) is known color: Jagger. HEX triplet: 37, 28 and 42. RGB value is (55,40,66). Sum of RGB (Red+Green+Blue) = 55+40+66=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 66 - color contains mainly: blue. Hex color #372842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372842 is #C8D7BD. Grayscale: #2F2F2F. Windows color (decimal): -13162430 or 4335671. OLE color: 4335671.

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

Color convert

RGB 55 40 66 -
CMYK 0.17 0.39 0 0.74
HSL 274.62º 0.25% 0.21% -
HSV(B) 274.62º 0.39% 0.26% -
XYZ 3.32 2.72 5.51 -
YUV 47.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 55 40 66 0.17 0.39 0 0.74 274.62 0.25 0.21
Hex 37 28 42 11 27 0 4A 113 19 15
Octal 67 50 102 21 47 0 112 423 31 25
Binary 110111 101000 1000010 10001 100111 0 1001010 100010011 11001 10101

Color Harmonies of #372842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372842

Black with #372842

Text Example


Text Example

White with #372842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372842; }

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

 H1.HeaderClassName
 {
   color: #372842;
 }
 .AnyTagClassName
 {
   color: #372842;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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