#333330

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

Shades of El Paso #333330

Tints of El Paso #333330

Color information

#333330 (or 0x333330) is unknown color: approx El Paso. HEX triplet: 33, 33 and 30. RGB value is (51,51,48). Sum of RGB (Red+Green+Blue) = 51+51+48=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333330 is #CCCCCF. Grayscale: #323232. Windows color (decimal): -13421776 or 3158835. OLE color: 3158835.

HSL color Cylindrical-coordinate representation of color #333330: hue angle of 60º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #333330 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB515148-
CMYK000.060.8
HSL60º3.03%19.41%-
HSV(B)60º5.88%20%-
XYZ3.083.283.27-
YUV50.66126.5128.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 48 (19.14% from 255) = 32%
R=34%
G=34%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515148000.060.8603.0319.41
Hex333330006503c313
Octal63636000612074323
Binary1100111100111100000011010100001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333330; }

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

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

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

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

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

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

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

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