#363341

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

Shades of Revolver #363341

Tints of Revolver #363341

Color information

#363341 (or 0x363341) is unknown color: approx Revolver. HEX triplet: 36, 33 and 41. RGB value is (54,51,65). Sum of RGB (Red+Green+Blue) = 54+51+65=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #363341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363341 is #C9CCBE. Grayscale: #353535. Windows color (decimal): -13225151 or 4272950. OLE color: 4272950.

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

Color convert

RGB545165-
CMYK0.170.2200.75
HSL252.86º12.07%22.75%-
HSV(B)252.86º21.54%25.49%-
XYZ3.663.535.49-
YUV53.49134.49128.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=31.76%
G=30%
B=38.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5451650.170.2200.75252.8612.0722.75
Hex363341111604Bfdc17
Octal6663101212601133751427
Binary110110110011100000110001101100100101111111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363341; }

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

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

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

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

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

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

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

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