#333041

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

Shades of Revolver #333041

Tints of Revolver #333041

Color information

#333041 (or 0x333041) is unknown color: approx Revolver. HEX triplet: 33, 30 and 41. RGB value is (51,48,65). Sum of RGB (Red+Green+Blue) = 51+48+65=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #333041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333041 is #CCCFBE. Grayscale: #323232. Windows color (decimal): -13422527 or 4272179. OLE color: 4272179.

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

Color convert

RGB514865-
CMYK0.220.2600.75
HSL250.59º15.04%22.16%-
HSV(B)250.59º26.15%25.49%-
XYZ3.383.25.44-
YUV50.83135.99128.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=31.10%
G=29.27%
B=39.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5148650.220.2600.75250.5915.0422.16
Hex333041161A04Bfbf16
Octal6360101263201133731726
Binary110011110000100000110110110100100101111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333041; }

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

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

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

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

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

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

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

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