#363639

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

Shades of Revolver #363639

Tints of Revolver #363639

Color information

#363639 (or 0x363639) is unknown color: approx Revolver. HEX triplet: 36, 36 and 39. RGB value is (54,54,57). Sum of RGB (Red+Green+Blue) = 54+54+57=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 57 - color contains mainly: blue. Hex color #363639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363639 is #C9C9C6. Grayscale: #363636. Windows color (decimal): -13224391 or 3749430. OLE color: 3749430.

HSL color Cylindrical-coordinate representation of color #363639: hue angle of 240º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #363639 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB545457-
CMYK0.050.0500.78
HSL240º2.7%21.76%-
HSV(B)240º5.26%22.35%-
XYZ3.583.724.4-
YUV54.34129.5127.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=32.73%
G=32.73%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5454570.050.0500.782402.721.76
Hex3636395504Ef0316
Octal666671550116360326
Binary11011011011011100110110101001110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363639; }

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

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

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

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

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

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

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

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