#33323A

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

Shades of Revolver #33323A

Tints of Revolver #33323A

Color information

#33323A (or 0x33323A) is unknown color: approx Revolver. HEX triplet: 33, 32 and 3A. RGB value is (51,50,58). Sum of RGB (Red+Green+Blue) = 51+50+58=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 58 - color contains mainly: blue. Hex color #33323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33323A is #CCCDC5. Grayscale: #333333. Windows color (decimal): -13422022 or 3813939. OLE color: 3813939.

HSL color Cylindrical-coordinate representation of color #33323A: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33323A is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB515058-
CMYK0.120.1400.77
HSL247.5º7.41%21.18%-
HSV(B)247.5º13.79%22.75%-
XYZ3.273.294.47-
YUV51.21131.83127.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=32.08%
G=31.45%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5150580.120.1400.77247.57.4121.18
Hex33323ACE04Df8715
Octal63627214160115370725
Binary11001111001011101011001110010011011111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33323A; }

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

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

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

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

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

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

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

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