Html Css Color HEX #372F3F Jagger

📋 copy color: '#372F3F'

red 55 ◦ green 47 ◦ blue 63

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

Shades of Jagger #372F3F

Tints of Jagger #372F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.18%

R = 33.33%
G = 28.48%
B = 38.18%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372F3F (or 0x372F3F) is known color: Jagger. HEX triplet: 37, 2F and 3F. RGB value is (55,47,63). Sum of RGB (Red+Green+Blue) = 55+47+63=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #372F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F3F is #C8D0C0. Grayscale: #333333. Windows color (decimal): -13160641 or 4140855. OLE color: 4140855.

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

Color convert

RGB 55 47 63 -
CMYK 0.13 0.25 0 0.75
HSL 270º 0.15% 0.22% -
HSV(B) 270º 0.25% 0.25% -
XYZ 3.49 3.2 5.14 -
YUV 51.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 55 47 63 0.13 0.25 0 0.75 270 0.15 0.22
Hex 37 2F 3F D 19 0 4B 10E F 16
Octal 67 57 77 15 31 0 113 416 17 26
Binary 110111 101111 111111 1101 11001 0 1001011 100001110 1111 10110

Color Harmonies of #372F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F3F

Black with #372F3F

Text Example


Text Example

White with #372F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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