#363340

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

Shades of Revolver #363340

Tints of Revolver #363340

Color information

#363340 (or 0x363340) is unknown color: approx Revolver. HEX triplet: 36, 33 and 40. RGB value is (54,51,64). Sum of RGB (Red+Green+Blue) = 54+51+64=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #363340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363340 is #C9CCBF. Grayscale: #353535. Windows color (decimal): -13225152 or 4207414. OLE color: 4207414.

HSL color Cylindrical-coordinate representation of color #363340: hue angle of 253.85º 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 #363340 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB545164-
CMYK0.160.2000.75
HSL253.85º11.3%22.55%-
HSV(B)253.85º20.31%25.1%-
XYZ3.633.525.34-
YUV53.38133.99128.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=31.95%
G=30.18%
B=37.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5451640.160.2000.75253.8511.322.55
Hex363340101404Bfeb17
Octal6663100202401133761327
Binary110110110011100000010000101000100101111111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363340; }

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

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

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

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

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

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

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

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