Html Css Color HEX #37323B Jagger

📋 copy color: '#37323B'

red 55 ◦ green 50 ◦ blue 59

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

Shades of Jagger #37323B

Tints of Jagger #37323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 59 (23.44% from 255) = 35.98%

R = 33.54%
G = 30.49%
B = 35.98%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37323B (or 0x37323B) is known color: Jagger. HEX triplet: 37, 32 and 3B. RGB value is (55,50,59). Sum of RGB (Red+Green+Blue) = 55+50+59=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 59 - color contains mainly: blue. Hex color #37323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37323B is #C8CDC4. Grayscale: #343434. Windows color (decimal): -13159877 or 3879479. OLE color: 3879479.

HSL color Cylindrical-coordinate representation of color #37323B: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #37323B is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 50 59 -
CMYK 0.07 0.15 0 0.77
HSL 273.33º 0.08% 0.21% -
HSV(B) 273.33º 0.15% 0.23% -
XYZ 3.51 3.41 4.61 -
YUV 52.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 55 50 59 0.07 0.15 0 0.77 273.33 0.08 0.21
Hex 37 32 3B 7 F 0 4D 111 8 15
Octal 67 62 73 7 17 0 115 421 10 25
Binary 110111 110010 111011 111 1111 0 1001101 100010001 1000 10101

Color Harmonies of #37323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37323B

Black with #37323B

Text Example


Text Example

White with #37323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37323B; }

 p { color: rgb(55,50,59); }

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

background-color css

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

 a { background-color: rgb(55,50,59); }

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

border-color css

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

 span { border-color: rgb(55,50,59); }

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