#363640

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

Shades of Revolver #363640

Tints of Revolver #363640

Color information

#363640 (or 0x363640) is unknown color: approx Revolver. HEX triplet: 36, 36 and 40. RGB value is (54,54,64). Sum of RGB (Red+Green+Blue) = 54+54+64=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #363640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363640 is #C9C9BF. Grayscale: #373737. Windows color (decimal): -13224384 or 4208182. OLE color: 4208182.

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

Color convert

RGB545464-
CMYK0.160.1600.75
HSL240º8.47%23.14%-
HSV(B)240º15.62%25.1%-
XYZ3.773.795.38-
YUV55.14133127.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=31.40%
G=31.40%
B=37.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5454640.160.1600.752408.4723.14
Hex363640101004Bf0817
Octal6666100202001133601027
Binary110110110110100000010000100000100101111110000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363640; }

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

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

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

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

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

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

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

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