Html Css Color HEX #353541 Revolver

📋 copy color: '#353541'

red 53 ◦ green 53 ◦ blue 65

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

Shades of Revolver #353541

Tints of Revolver #353541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 30.99%
G = 30.99%
B = 38.01%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353541 (or 0x353541) is known color: Revolver. HEX triplet: 35, 35 and 41. RGB value is (53,53,65). Sum of RGB (Red+Green+Blue) = 53+53+65=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: blue. Hex color #353541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353541 is #CACABE. Grayscale: #363636. Windows color (decimal): -13290175 or 4273461. OLE color: 4273461.

HSL color Cylindrical-coordinate representation of color #353541: hue angle of 240º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353541 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 53 65 -
CMYK 0.18 0.18 0 0.75
HSL 240º 0.1% 0.23% -
HSV(B) 240º 0.18% 0.25% -
XYZ 3.7 3.68 5.52 -
YUV 54.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 53 53 65 0.18 0.18 0 0.75 240 0.1 0.23
Hex 35 35 41 12 12 0 4B F0 A 17
Octal 65 65 101 22 22 0 113 360 12 27
Binary 110101 110101 1000001 10010 10010 0 1001011 11110000 1010 10111

Color Harmonies of #353541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353541

Black with #353541

Text Example


Text Example

White with #353541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353541; }

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

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

background-color css

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

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

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

border-color css

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

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

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