#36363A

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

Shades of Revolver #36363A

Tints of Revolver #36363A

Color information

#36363A (or 0x36363A) is unknown color: approx Revolver. HEX triplet: 36, 36 and 3A. RGB value is (54,54,58). Sum of RGB (Red+Green+Blue) = 54+54+58=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 58 - color contains mainly: blue. Hex color #36363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36363A is #C9C9C5. Grayscale: #363636. Windows color (decimal): -13224390 or 3814966. OLE color: 3814966.

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

Color convert

RGB545458-
CMYK0.070.0700.77
HSL240º3.57%21.96%-
HSV(B)240º6.9%22.75%-
XYZ3.63.734.53-
YUV54.46130127.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=32.53%
G=32.53%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5454580.070.0700.772403.5721.96
Hex36363A7704Df0416
Octal666672770115360426
Binary110110110110111010111111010011011111000010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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