Html Css Color HEX #372645 Jagger

📋 copy color: '#372645'

red 55 ◦ green 38 ◦ blue 69

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

Shades of Jagger #372645

Tints of Jagger #372645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

 BLUE value IS 69 (27.34% from 255) = 42.59%

R = 33.95%
G = 23.46%
B = 42.59%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372645 (or 0x372645) is known color: Jagger. HEX triplet: 37, 26 and 45. RGB value is (55,38,69). Sum of RGB (Red+Green+Blue) = 55+38+69=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #372645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372645 is #C8D9BA. Grayscale: #2E2E2E. Windows color (decimal): -13162939 or 4531767. OLE color: 4531767.

HSL color Cylindrical-coordinate representation of color #372645: hue angle of 272.9º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #372645 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 38 69 -
CMYK 0.20 0.45 0 0.73
HSL 272.9º 0.29% 0.21% -
HSV(B) 272.9º 0.45% 0.27% -
XYZ 3.34 2.63 5.96 -
YUV 46.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 55 38 69 0.20 0.45 0 0.73 272.9 0.29 0.21
Hex 37 26 45 14 2D 0 49 111 1D 15
Octal 67 46 105 24 55 0 111 421 35 25
Binary 110111 100110 1000101 10100 101101 0 1001001 100010001 11101 10101

Color Harmonies of #372645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372645

Black with #372645

Text Example


Text Example

White with #372645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372645; }

 p { color: rgb(55,38,69); }

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

background-color css

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

 a { background-color: rgb(55,38,69); }

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

border-color css

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

 span { border-color: rgb(55,38,69); }

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