#36353B

Color #36353B Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #36353B

Tints of Revolver #36353B

Color information

#36353B (or 0x36353B) is unknown color: approx Revolver. HEX triplet: 36, 35 and 3B. RGB value is (54,53,59). Sum of RGB (Red+Green+Blue) = 54+53+59=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #36353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36353B is #C9CAC4. Grayscale: #353535. Windows color (decimal): -13224645 or 3880246. OLE color: 3880246.

HSL color Cylindrical-coordinate representation of color #36353B: hue angle of 250º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #36353B is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB545359-
CMYK0.080.1000.77
HSL250º5.36%21.96%-
HSV(B)250º10.17%23.14%-
XYZ3.583.654.65-
YUV53.98130.83128.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=32.53%
G=31.93%
B=35.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5453590.080.1000.772505.3621.96
Hex36353B8A04Dfa516
Octal66657310120115372526
Binary11011011010111101110001010010011011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36353B; }

 p { color: rgb(54,53,59); }

 H1.HeaderClassName
 {
   color: #36353B;
 }
 .AnyTagClassName
 {
   color: #36353B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #36353B;
 }
 .BgClassName
 {
   background-color: #36353B;
 }
</style>
border-color css

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

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

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