#36353A

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

Shades of Revolver #36353A

Tints of Revolver #36353A

Color information

#36353A (or 0x36353A) is unknown color: approx Revolver. HEX triplet: 36, 35 and 3A. RGB value is (54,53,58). Sum of RGB (Red+Green+Blue) = 54+53+58=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 58 - color contains mainly: blue. Hex color #36353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36353A is #C9CAC5. Grayscale: #353535. Windows color (decimal): -13224646 or 3814710. OLE color: 3814710.

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

Color convert

RGB545358-
CMYK0.070.0900.77
HSL252º4.5%21.76%-
HSV(B)252º8.62%22.75%-
XYZ3.563.644.52-
YUV53.87130.33128.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=32.73%
G=32.12%
B=35.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5453580.070.0900.772524.521.76
Hex36353A7904Dfc516
Octal6665727110115374526
Binary1101101101011110101111001010011011111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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