Html Css Color HEX #353539 Revolver

📋 copy color: '#353539'

red 53 ◦ green 53 ◦ blue 57

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

Shades of Revolver #353539

Tints of Revolver #353539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

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

R = 32.52%
G = 32.52%
B = 34.97%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353539 (or 0x353539) is known color: Revolver. HEX triplet: 35, 35 and 39. RGB value is (53,53,57). Sum of RGB (Red+Green+Blue) = 53+53+57=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 57 - color contains mainly: blue. Hex color #353539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353539 is #CACAC6. Grayscale: #353535. Windows color (decimal): -13290183 or 3749173. OLE color: 3749173.

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

Color convert

RGB 53 53 57 -
CMYK 0.07 0.07 0 0.78
HSL 240º 0.04% 0.22% -
HSV(B) 240º 0.07% 0.22% -
XYZ 3.48 3.6 4.38 -
YUV 53.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 53 53 57 0.07 0.07 0 0.78 240 0.04 0.22
Hex 35 35 39 7 7 0 4E F0 4 16
Octal 65 65 71 7 7 0 116 360 4 26
Binary 110101 110101 111001 111 111 0 1001110 11110000 100 10110

Color Harmonies of #353539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353539

Black with #353539

Text Example


Text Example

White with #353539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353539; }

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

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

background-color css

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

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

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

border-color css

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

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

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