#353341

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

Shades of Revolver #353341

Tints of Revolver #353341

Color information

#353341 (or 0x353341) is unknown color: approx Revolver. HEX triplet: 35, 33 and 41. RGB value is (53,51,65). Sum of RGB (Red+Green+Blue) = 53+51+65=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #353341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353341 is #CACCBE. Grayscale: #353535. Windows color (decimal): -13290687 or 4272949. OLE color: 4272949.

HSL color Cylindrical-coordinate representation of color #353341: hue angle of 248.57º 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 #353341 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB535165-
CMYK0.180.2200.75
HSL248.57º12.07%22.75%-
HSV(B)248.57º21.54%25.49%-
XYZ3.613.515.49-
YUV53.19134.66127.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=31.36%
G=30.18%
B=38.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5351650.180.2200.75248.5712.0722.75
Hex353341121604Bf9c17
Octal6563101222601133711427
Binary110101110011100000110010101100100101111111001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353341; }

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

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

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

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

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

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

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

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