#363541

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

Shades of Revolver #363541

Tints of Revolver #363541

Color information

#363541 (or 0x363541) is unknown color: approx Revolver. HEX triplet: 36, 35 and 41. RGB value is (54,53,65). Sum of RGB (Red+Green+Blue) = 54+53+65=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #363541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363541 is #C9CABE. Grayscale: #363636. Windows color (decimal): -13224639 or 4273462. OLE color: 4273462.

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

Color convert

RGB545365-
CMYK0.170.1800.75
HSL245º10.17%23.14%-
HSV(B)245º18.46%25.49%-
XYZ3.753.715.52-
YUV54.67133.83127.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=31.40%
G=30.81%
B=37.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5453650.170.1800.7524510.1723.14
Hex363541111204Bf5a17
Octal6665101212201133651227
Binary110110110101100000110001100100100101111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363541; }

 p { color: rgb(54,53,65); }

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

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

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

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

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

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

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