Html Css Color HEX #353137 Jagger

📋 copy color: '#353137'

red 53 ◦ green 49 ◦ blue 55

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

Shades of Jagger #353137

Tints of Jagger #353137

RGB

 RED value IS 53 (21.09% from 255) = 33.76%

 GREEN value IS 49 (19.53% from 255) = 31.21%

 BLUE value IS 55 (21.88% from 255) = 35.03%

R = 33.76%
G = 31.21%
B = 35.03%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353137 (or 0x353137) is known color: Jagger. HEX triplet: 35, 31 and 37. RGB value is (53,49,55). Sum of RGB (Red+Green+Blue) = 53+49+55=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 55 - color contains mainly: blue. Hex color #353137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353137 is #CACEC8. Grayscale: #323232. Windows color (decimal): -13291209 or 3617077. OLE color: 3617077.

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

Color convert

RGB 53 49 55 -
CMYK 0.04 0.11 0 0.78
HSL 280º 0.06% 0.2% -
HSV(B) 280º 0.11% 0.22% -
XYZ 3.26 3.23 4.07 -
YUV 50.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 53 49 55 0.04 0.11 0 0.78 280 0.06 0.2
Hex 35 31 37 4 B 0 4E 118 6 14
Octal 65 61 67 4 13 0 116 430 6 24
Binary 110101 110001 110111 100 1011 0 1001110 100011000 110 10100

Color Harmonies of #353137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353137

Black with #353137

Text Example


Text Example

White with #353137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353137; }

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

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

background-color css

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

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

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

border-color css

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

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

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