#333241

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

Shades of Revolver #333241

Tints of Revolver #333241

Color information

#333241 (or 0x333241) is unknown color: approx Revolver. HEX triplet: 33, 32 and 41. RGB value is (51,50,65). Sum of RGB (Red+Green+Blue) = 51+50+65=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #333241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333241 is #CCCDBE. Grayscale: #333333. Windows color (decimal): -13422015 or 4272691. OLE color: 4272691.

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

Color convert

RGB515065-
CMYK0.220.2300.75
HSL244º13.04%22.55%-
HSV(B)244º23.08%25.49%-
XYZ3.463.375.47-
YUV52.01135.33127.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=30.72%
G=30.12%
B=39.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5150650.220.2300.7524413.0422.55
Hex333241161704Bf4d17
Octal6362101262701133641527
Binary110011110010100000110110101110100101111110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333241; }

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

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

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

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

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

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

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

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