Html Css Color HEX #372F3D Jagger

📋 copy color: '#372F3D'

red 55 ◦ green 47 ◦ blue 61

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

Shades of Jagger #372F3D

Tints of Jagger #372F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 33.74%
G = 28.83%
B = 37.42%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#372F3D (or 0x372F3D) is known color: Jagger. HEX triplet: 37, 2F and 3D. RGB value is (55,47,61). Sum of RGB (Red+Green+Blue) = 55+47+61=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: blue. Hex color #372F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F3D is #C8D0C2. Grayscale: #323232. Windows color (decimal): -13160643 or 4009783. OLE color: 4009783.

HSL color Cylindrical-coordinate representation of color #372F3D: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #372F3D is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 47 61 -
CMYK 0.10 0.23 0 0.76
HSL 274.29º 0.13% 0.21% -
HSV(B) 274.29º 0.23% 0.24% -
XYZ 3.43 3.18 4.85 -
YUV 50.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 55 47 61 0.10 0.23 0 0.76 274.29 0.13 0.21
Hex 37 2F 3D A 17 0 4C 112 D 15
Octal 67 57 75 12 27 0 114 422 15 25
Binary 110111 101111 111101 1010 10111 0 1001100 100010010 1101 10101

Color Harmonies of #372F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F3D

Black with #372F3D

Text Example


Text Example

White with #372F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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