#333341

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

Shades of Revolver #333341

Tints of Revolver #333341

Color information

#333341 (or 0x333341) is unknown color: approx Revolver. HEX triplet: 33, 33 and 41. RGB value is (51,51,65). Sum of RGB (Red+Green+Blue) = 51+51+65=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #333341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333341 is #CCCCBE. Grayscale: #343434. Windows color (decimal): -13421759 or 4272947. OLE color: 4272947.

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

Color convert

RGB515165-
CMYK0.220.2200.75
HSL240º12.07%22.75%-
HSV(B)240º21.54%25.49%-
XYZ3.53.455.48-
YUV52.6135126.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=30.54%
G=30.54%
B=38.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5151650.220.2200.7524012.0722.75
Hex333341161604Bf0c17
Octal6363101262601133601427
Binary110011110011100000110110101100100101111110000110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333341; }

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

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

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

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

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

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

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

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