#363540

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

Shades of Revolver #363540

Tints of Revolver #363540

Color information

#363540 (or 0x363540) is unknown color: approx Revolver. HEX triplet: 36, 35 and 40. RGB value is (54,53,64). Sum of RGB (Red+Green+Blue) = 54+53+64=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #363540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363540 is #C9CABF. Grayscale: #363636. Windows color (decimal): -13224640 or 4207926. OLE color: 4207926.

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

Color convert

RGB545364-
CMYK0.160.1700.75
HSL245.45º9.4%22.94%-
HSV(B)245.45º17.19%25.1%-
XYZ3.723.75.37-
YUV54.55133.33127.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.58%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=31.58%
G=30.99%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5453640.160.1700.75245.459.422.94
Hex363540101104Bf5917
Octal6665100202101133651127
Binary110110110101100000010000100010100101111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363540; }

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

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

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

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

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

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

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

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