#33333F

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

Shades of Revolver #33333F

Tints of Revolver #33333F

Color information

#33333F (or 0x33333F) is unknown color: approx Revolver. HEX triplet: 33, 33 and 3F. RGB value is (51,51,63). Sum of RGB (Red+Green+Blue) = 51+51+63=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #33333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33333F is #CCCCC0. Grayscale: #343434. Windows color (decimal): -13421761 or 4141875. OLE color: 4141875.

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

Color convert

RGB515163-
CMYK0.190.1900.75
HSL240º10.53%22.35%-
HSV(B)240º19.05%24.71%-
XYZ3.453.435.18-
YUV52.37134127.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 63 (25% from 255) = 38.18%
R=30.91%
G=30.91%
B=38.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5151630.190.1900.7524010.5322.35
Hex33333F131304Bf0b16
Octal636377232301133601326
Binary11001111001111111110011100110100101111110000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33333F; }

 p { color: rgb(51,51,63); }

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

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

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

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

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

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

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