Html Css Color HEX #353436 Jagger

📋 copy color: '#353436'

red 53 ◦ green 52 ◦ blue 54

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

Shades of Jagger #353436

Tints of Jagger #353436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

 BLUE value IS 54 (21.48% from 255) = 33.96%

R = 33.33%
G = 32.7%
B = 33.96%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#353436 (or 0x353436) is known color: Jagger. HEX triplet: 35, 34 and 36. RGB value is (53,52,54). Sum of RGB (Red+Green+Blue) = 53+52+54=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 54 - color contains mainly: blue. Hex color #353436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353436 is #CACBC9. Grayscale: #343434. Windows color (decimal): -13290442 or 3552309. OLE color: 3552309.

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

Color convert

RGB 53 52 54 -
CMYK 0.02 0.04 0 0.79
HSL 270º 0.02% 0.21% -
HSV(B) 270º 0.04% 0.21% -
XYZ 3.36 3.48 3.98 -
YUV 52.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 53 52 54 0.02 0.04 0 0.79 270 0.02 0.21
Hex 35 34 36 2 4 0 4F 10E 2 15
Octal 65 64 66 2 4 0 117 416 2 25
Binary 110101 110100 110110 10 100 0 1001111 100001110 10 10101

Color Harmonies of #353436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353436

Black with #353436

Text Example


Text Example

White with #353436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353436; }

 p { color: rgb(53,52,54); }

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

background-color css

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

 a { background-color: rgb(53,52,54); }

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

border-color css

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

 span { border-color: rgb(53,52,54); }

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