Html Css Color HEX #353240 Revolver

📋 copy color: '#353240'

red 53 ◦ green 50 ◦ blue 64

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

Shades of Revolver #353240

Tints of Revolver #353240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

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

R = 31.74%
G = 29.94%
B = 38.32%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353240 (or 0x353240) is known color: Revolver. HEX triplet: 35, 32 and 40. RGB value is (53,50,64). Sum of RGB (Red+Green+Blue) = 53+50+64=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #353240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353240 is #CACDBF. Grayscale: #343434. Windows color (decimal): -13290944 or 4207157. OLE color: 4207157.

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

Color convert

RGB 53 50 64 -
CMYK 0.17 0.22 0 0.75
HSL 252.86º 0.12% 0.22% -
HSV(B) 252.86º 0.22% 0.25% -
XYZ 3.53 3.41 5.32 -
YUV 52.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 53 50 64 0.17 0.22 0 0.75 252.86 0.12 0.22
Hex 35 32 40 11 16 0 4B FD C 16
Octal 65 62 100 21 26 0 113 375 14 26
Binary 110101 110010 1000000 10001 10110 0 1001011 11111101 1100 10110

Color Harmonies of #353240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353240

Black with #353240

Text Example


Text Example

White with #353240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353240; }

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

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

background-color css

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

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

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

border-color css

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

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

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