#373239

Color #373239 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #373239

Tints of Jagger #373239

Color information

#373239 (or 0x373239) is unknown color: approx Jagger. HEX triplet: 37, 32 and 39. RGB value is (55,50,57). Sum of RGB (Red+Green+Blue) = 55+50+57=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: blue. Hex color #373239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373239 is #C8CDC6. Grayscale: #343434. Windows color (decimal): -13159879 or 3748407. OLE color: 3748407.

HSL color Cylindrical-coordinate representation of color #373239: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #373239 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB555057-
CMYK0.040.1200.78
HSL282.86º6.54%20.98%-
HSV(B)282.86º12.28%22.35%-
XYZ3.453.394.34-
YUV52.29130.66129.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=33.95%
G=30.86%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5550570.040.1200.78282.866.5420.98
Hex3732394C04E11b715
Octal6762714140116433725
Binary11011111001011100110011000100111010001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373239; }

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

 H1.HeaderClassName
 {
   color: #373239;
 }
 .AnyTagClassName
 {
   color: #373239;
 }
</style>
background-color css

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

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

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

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

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

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