Html Css Color HEX #333330 El Paso

📋 copy color: '#333330'

red 51 ◦ green 51 ◦ blue 48

#333330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #333330

Tints of El Paso #333330

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 value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#333330 (or 0x333330) is known color: 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

RGB 51 51 48 -
CMYK 0 0 0.06 0.8
HSL 60º 0.03% 0.19% -
HSV(B) 60º 0.06% 0.2% -
XYZ 3.08 3.28 3.27 -
YUV 50.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 51 51 48 0 0 0.06 0.8 60 0.03 0.19
Hex 33 33 30 0 0 6 50 3C 3 13
Octal 63 63 60 0 0 6 120 74 3 23
Binary 110011 110011 110000 0 0 110 1010000 111100 11 10011

Color Harmonies of #333330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333330

Black with #333330

Text Example


Text Example

White with #333330

Text Example


Text Example

HTML Codes & Css Web 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>