Html Css Color HEX #372444 Jagger

📋 copy color: '#372444'

red 55 ◦ green 36 ◦ blue 68

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

Shades of Jagger #372444

Tints of Jagger #372444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 68 (26.95% from 255) = 42.77%

R = 34.59%
G = 22.64%
B = 42.77%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372444 (or 0x372444) is known color: Jagger. HEX triplet: 37, 24 and 44. RGB value is (55,36,68). Sum of RGB (Red+Green+Blue) = 55+36+68=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #372444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372444 is #C8DBBB. Grayscale: #2D2D2D. Windows color (decimal): -13163452 or 4465719. OLE color: 4465719.

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

Color convert

RGB 55 36 68 -
CMYK 0.19 0.47 0 0.73
HSL 275.63º 0.31% 0.2% -
HSV(B) 275.63º 0.47% 0.27% -
XYZ 3.25 2.49 5.78 -
YUV 45.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 55 36 68 0.19 0.47 0 0.73 275.63 0.31 0.2
Hex 37 24 44 13 2F 0 49 114 1F 14
Octal 67 44 104 23 57 0 111 424 37 24
Binary 110111 100100 1000100 10011 101111 0 1001001 100010100 11111 10100

Color Harmonies of #372444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372444

Black with #372444

Text Example


Text Example

White with #372444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372444; }

 p { color: rgb(55,36,68); }

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

background-color css

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

 a { background-color: rgb(55,36,68); }

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

border-color css

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

 span { border-color: rgb(55,36,68); }

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