#333240

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

Shades of Revolver #333240

Tints of Revolver #333240

Color information

#333240 (or 0x333240) is unknown color: approx Revolver. HEX triplet: 33, 32 and 40. RGB value is (51,50,64). Sum of RGB (Red+Green+Blue) = 51+50+64=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #333240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333240 is #CCCDBF. Grayscale: #333333. Windows color (decimal): -13422016 or 4207155. OLE color: 4207155.

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

Color convert

RGB515064-
CMYK0.200.2200.75
HSL244.29º12.28%22.35%-
HSV(B)244.29º21.88%25.1%-
XYZ3.433.365.32-
YUV51.9134.83127.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=30.91%
G=30.30%
B=38.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5150640.200.2200.75244.2912.2822.35
Hex333240141604Bf4c16
Octal6362100242601133641426
Binary110011110010100000010100101100100101111110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333240; }

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

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

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

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

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

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

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

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