#33303D

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

Shades of Revolver #33303D

Tints of Revolver #33303D

Color information

#33303D (or 0x33303D) is unknown color: approx Revolver. HEX triplet: 33, 30 and 3D. RGB value is (51,48,61). Sum of RGB (Red+Green+Blue) = 51+48+61=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 61 - color contains mainly: blue. Hex color #33303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33303D is #CCCFC2. Grayscale: #323232. Windows color (decimal): -13422531 or 4010035. OLE color: 4010035.

HSL color Cylindrical-coordinate representation of color #33303D: hue angle of 253.85º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #33303D is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB514861-
CMYK0.160.2100.76
HSL253.85º11.93%21.37%-
HSV(B)253.85º21.31%23.92%-
XYZ3.263.154.85-
YUV50.38133.99128.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=31.88%
G=30%
B=38.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5148610.160.2100.76253.8511.9321.37
Hex33303D101504Cfec15
Octal636075202501143761425
Binary11001111000011110110000101010100110011111110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33303D; }

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

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

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

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

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

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

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

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