#36363E

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

Shades of Revolver #36363E

Tints of Revolver #36363E

Color information

#36363E (or 0x36363E) is unknown color: approx Revolver. HEX triplet: 36, 36 and 3E. RGB value is (54,54,62). Sum of RGB (Red+Green+Blue) = 54+54+62=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 62 - color contains mainly: blue. Hex color #36363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36363E is #C9C9C1. Grayscale: #363636. Windows color (decimal): -13224386 or 4077110. OLE color: 4077110.

HSL color Cylindrical-coordinate representation of color #36363E: hue angle of 240º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #36363E is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB545462-
CMYK0.130.1300.76
HSL240º6.9%22.75%-
HSV(B)240º12.9%24.31%-
XYZ3.713.775.09-
YUV54.91132127.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=31.76%
G=31.76%
B=36.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5454620.130.1300.762406.922.75
Hex36363EDD04Cf0717
Octal66667615150114360727
Binary11011011011011111011011101010011001111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36363E; }

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

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

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

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

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

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

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

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