Html Css Color HEX #353337 Jagger

📋 copy color: '#353337'

red 53 ◦ green 51 ◦ blue 55

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

Shades of Jagger #353337

Tints of Jagger #353337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.08%

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

R = 33.33%
G = 32.08%
B = 34.59%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353337 (or 0x353337) is known color: Jagger. HEX triplet: 35, 33 and 37. RGB value is (53,51,55). Sum of RGB (Red+Green+Blue) = 53+51+55=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 55 - color contains mainly: blue. Hex color #353337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353337 is #CACCC8. Grayscale: #343434. Windows color (decimal): -13290697 or 3617589. OLE color: 3617589.

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

Color convert

RGB 53 51 55 -
CMYK 0.04 0.07 0 0.78
HSL 270º 0.04% 0.21% -
HSV(B) 270º 0.07% 0.22% -
XYZ 3.34 3.4 4.09 -
YUV 52.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 53 51 55 0.04 0.07 0 0.78 270 0.04 0.21
Hex 35 33 37 4 7 0 4E 10E 4 15
Octal 65 63 67 4 7 0 116 416 4 25
Binary 110101 110011 110111 100 111 0 1001110 100001110 100 10101

Color Harmonies of #353337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353337

Black with #353337

Text Example


Text Example

White with #353337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353337; }

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

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

background-color css

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

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

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

border-color css

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

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

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