#373538

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

Shades of Jagger #373538

Tints of Jagger #373538

Color information

#373538 (or 0x373538) is unknown color: approx Jagger. HEX triplet: 37, 35 and 38. RGB value is (55,53,56). Sum of RGB (Red+Green+Blue) = 55+53+56=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 56 - color contains mainly: blue. Hex color #373538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373538 is #C8CAC7. Grayscale: #353535. Windows color (decimal): -13159112 or 3683639. OLE color: 3683639.

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

Color convert

RGB555356-
CMYK0.020.0500.78
HSL280º2.75%21.37%-
HSV(B)280º5.36%21.96%-
XYZ3.563.644.26-
YUV53.94129.16128.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.54%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=33.54%
G=32.32%
B=34.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553560.020.0500.782802.7521.37
Hex3735382504E118315
Octal676570250116430325
Binary11011111010111100010101010011101000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373538; }

 p { color: rgb(55,53,56); }

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

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

 a { background-color: rgb(55,53,56); }

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

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

 span { border-color: rgb(55,53,56); }

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