Html Css Color HEX #372F40 Jagger

📋 copy color: '#372F40'

red 55 ◦ green 47 ◦ blue 64

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

Shades of Jagger #372F40

Tints of Jagger #372F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 33.13%
G = 28.31%
B = 38.55%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372F40 (or 0x372F40) is known color: Jagger. HEX triplet: 37, 2F and 40. RGB value is (55,47,64). Sum of RGB (Red+Green+Blue) = 55+47+64=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #372F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F40 is #C8D0BF. Grayscale: #333333. Windows color (decimal): -13160640 or 4206391. OLE color: 4206391.

HSL color Cylindrical-coordinate representation of color #372F40: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #372F40 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 47 64 -
CMYK 0.14 0.27 0 0.75
HSL 268.24º 0.15% 0.22% -
HSV(B) 268.24º 0.27% 0.25% -
XYZ 3.52 3.22 5.29 -
YUV 51.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 55 47 64 0.14 0.27 0 0.75 268.24 0.15 0.22
Hex 37 2F 40 E 1B 0 4B 10C F 16
Octal 67 57 100 16 33 0 113 414 17 26
Binary 110111 101111 1000000 1110 11011 0 1001011 100001100 1111 10110

Color Harmonies of #372F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F40

Black with #372F40

Text Example


Text Example

White with #372F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372F40; }

 p { color: rgb(55,47,64); }

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

background-color css

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

 a { background-color: rgb(55,47,64); }

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

border-color css

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

 span { border-color: rgb(55,47,64); }

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