#333040

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

Shades of Revolver #333040

Tints of Revolver #333040

Color information

#333040 (or 0x333040) is unknown color: approx Revolver. HEX triplet: 33, 30 and 40. RGB value is (51,48,64). Sum of RGB (Red+Green+Blue) = 51+48+64=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #333040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333040 is #CCCFBF. Grayscale: #323232. Windows color (decimal): -13422528 or 4206643. OLE color: 4206643.

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

Color convert

RGB514864-
CMYK0.200.2500.75
HSL251.25º14.29%21.96%-
HSV(B)251.25º25%25.1%-
XYZ3.353.195.29-
YUV50.72135.49128.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=31.29%
G=29.45%
B=39.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5148640.200.2500.75251.2514.2921.96
Hex333040141904Bfbe16
Octal6360100243101133731626
Binary110011110000100000010100110010100101111111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333040; }

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

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

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

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

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

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

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

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