Html Css Color HEX #353237 Jagger

📋 copy color: '#353237'

red 53 ◦ green 50 ◦ blue 55

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

Shades of Jagger #353237

Tints of Jagger #353237

RGB

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

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

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

R = 33.54%
G = 31.65%
B = 34.81%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353237 (or 0x353237) is known color: Jagger. HEX triplet: 35, 32 and 37. RGB value is (53,50,55). Sum of RGB (Red+Green+Blue) = 53+50+55=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 55 - color contains mainly: blue. Hex color #353237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353237 is #CACDC8. Grayscale: #333333. Windows color (decimal): -13290953 or 3617333. OLE color: 3617333.

HSL color Cylindrical-coordinate representation of color #353237: 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 #353237 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 50 55 -
CMYK 0.04 0.09 0 0.78
HSL 276º 0.05% 0.21% -
HSV(B) 276º 0.09% 0.22% -
XYZ 3.3 3.31 4.08 -
YUV 51.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 53 50 55 0.04 0.09 0 0.78 276 0.05 0.21
Hex 35 32 37 4 9 0 4E 114 5 15
Octal 65 62 67 4 11 0 116 424 5 25
Binary 110101 110010 110111 100 1001 0 1001110 100010100 101 10101

Color Harmonies of #353237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353237

Black with #353237

Text Example


Text Example

White with #353237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353237; }

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

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

background-color css

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

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

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

border-color css

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

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

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