Html Css Color HEX #353340 Revolver

📋 copy color: '#353340'

red 53 ◦ green 51 ◦ blue 64

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

Shades of Revolver #353340

Tints of Revolver #353340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 31.55%
G = 30.36%
B = 38.1%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353340 (or 0x353340) is known color: Revolver. HEX triplet: 35, 33 and 40. RGB value is (53,51,64). Sum of RGB (Red+Green+Blue) = 53+51+64=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #353340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353340 is #CACCBF. Grayscale: #353535. Windows color (decimal): -13290688 or 4207413. OLE color: 4207413.

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

Color convert

RGB 53 51 64 -
CMYK 0.17 0.20 0 0.75
HSL 249.23º 0.11% 0.23% -
HSV(B) 249.23º 0.2% 0.25% -
XYZ 3.58 3.49 5.34 -
YUV 53.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 53 51 64 0.17 0.20 0 0.75 249.23 0.11 0.23
Hex 35 33 40 11 14 0 4B F9 B 17
Octal 65 63 100 21 24 0 113 371 13 27
Binary 110101 110011 1000000 10001 10100 0 1001011 11111001 1011 10111

Color Harmonies of #353340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353340

Black with #353340

Text Example


Text Example

White with #353340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353340; }

 p { color: rgb(53,51,64); }

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

background-color css

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

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

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

border-color css

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

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

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