Html Css Color HEX #353538 Revolver

📋 copy color: '#353538'

red 53 ◦ green 53 ◦ blue 56

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

Shades of Revolver #353538

Tints of Revolver #353538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 34.57%

R = 32.72%
G = 32.72%
B = 34.57%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353538 (or 0x353538) is known color: Revolver. HEX triplet: 35, 35 and 38. RGB value is (53,53,56). Sum of RGB (Red+Green+Blue) = 53+53+56=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 56 - color contains mainly: blue. Hex color #353538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353538 is #CACAC7. Grayscale: #353535. Windows color (decimal): -13290184 or 3683637. OLE color: 3683637.

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

Color convert

RGB 53 53 56 -
CMYK 0.05 0.05 0 0.78
HSL 240º 0.03% 0.21% -
HSV(B) 240º 0.05% 0.22% -
XYZ 3.46 3.59 4.25 -
YUV 53.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 53 53 56 0.05 0.05 0 0.78 240 0.03 0.21
Hex 35 35 38 5 5 0 4E F0 3 15
Octal 65 65 70 5 5 0 116 360 3 25
Binary 110101 110101 111000 101 101 0 1001110 11110000 11 10101

Color Harmonies of #353538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353538

Black with #353538

Text Example


Text Example

White with #353538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353538; }

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

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

background-color css

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

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

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

border-color css

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

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

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