#333141

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

Shades of Revolver #333141

Tints of Revolver #333141

Color information

#333141 (or 0x333141) is unknown color: approx Revolver. HEX triplet: 33, 31 and 41. RGB value is (51,49,65). Sum of RGB (Red+Green+Blue) = 51+49+65=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #333141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333141 is #CCCEBE. Grayscale: #333333. Windows color (decimal): -13422271 or 4272435. OLE color: 4272435.

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

Color convert

RGB514965-
CMYK0.220.2500.75
HSL247.5º14.04%22.35%-
HSV(B)247.5º24.62%25.49%-
XYZ3.423.285.45-
YUV51.42135.66127.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=30.91%
G=29.70%
B=39.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5149650.220.2500.75247.514.0422.35
Hex333141161904Bf8e16
Octal6361101263101133701626
Binary110011110001100000110110110010100101111111000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333141; }

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

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

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

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

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

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

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

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