#363638

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

Shades of Revolver #363638

Tints of Revolver #363638

Color information

#363638 (or 0x363638) is unknown color: approx Revolver. HEX triplet: 36, 36 and 38. RGB value is (54,54,56). Sum of RGB (Red+Green+Blue) = 54+54+56=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 56 - color contains mainly: blue. Hex color #363638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363638 is #C9C9C7. Grayscale: #363636. Windows color (decimal): -13224392 or 3683894. OLE color: 3683894.

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

Color convert

RGB545456-
CMYK0.040.0400.78
HSL240º1.82%21.57%-
HSV(B)240º3.57%21.96%-
XYZ3.553.714.27-
YUV54.23129127.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=32.93%
G=32.93%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5454560.040.0400.782401.8221.57
Hex3636384404Ef0216
Octal666670440116360226
Binary11011011011011100010010001001110111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363638; }

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

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

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

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

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

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

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

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