#373439

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

Shades of Jagger #373439

Tints of Jagger #373439

Color information

#373439 (or 0x373439) is unknown color: approx Jagger. HEX triplet: 37, 34 and 39. RGB value is (55,52,57). Sum of RGB (Red+Green+Blue) = 55+52+57=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 57 - color contains mainly: blue. Hex color #373439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373439 is #C8CBC6. Grayscale: #353535. Windows color (decimal): -13159367 or 3748919. OLE color: 3748919.

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

Color convert

RGB555257-
CMYK0.040.0900.78
HSL276º4.59%21.37%-
HSV(B)276º8.77%22.35%-
XYZ3.543.564.37-
YUV53.47129.99129.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.54%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=33.54%
G=31.71%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552570.040.0900.782764.5921.37
Hex3734394904E114515
Octal6764714110116424525
Binary11011111010011100110010010100111010001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373439; }

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

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

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

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

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

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

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

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