Html Css Color HEX #353139 Jagger

📋 copy color: '#353139'

red 53 ◦ green 49 ◦ blue 57

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

Shades of Jagger #353139

Tints of Jagger #353139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.85%

R = 33.33%
G = 30.82%
B = 35.85%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353139 (or 0x353139) is known color: Jagger. HEX triplet: 35, 31 and 39. RGB value is (53,49,57). Sum of RGB (Red+Green+Blue) = 53+49+57=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 57 - color contains mainly: blue. Hex color #353139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353139 is #CACEC6. Grayscale: #333333. Windows color (decimal): -13291207 or 3748149. OLE color: 3748149.

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

Color convert

RGB 53 49 57 -
CMYK 0.07 0.14 0 0.78
HSL 270º 0.08% 0.21% -
HSV(B) 270º 0.14% 0.22% -
XYZ 3.31 3.25 4.32 -
YUV 51.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 53 49 57 0.07 0.14 0 0.78 270 0.08 0.21
Hex 35 31 39 7 E 0 4E 10E 8 15
Octal 65 61 71 7 16 0 116 416 10 25
Binary 110101 110001 111001 111 1110 0 1001110 100001110 1000 10101

Color Harmonies of #353139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353139

Black with #353139

Text Example


Text Example

White with #353139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353139; }

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

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

background-color css

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

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

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

border-color css

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

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

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