#303B39

Color #303B39 Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #303B39

Tints of Aztec #303B39

Color information

#303B39 (or 0x303B39) is unknown color: approx Aztec. HEX triplet: 30, 3B and 39. RGB value is (48,59,57). Sum of RGB (Red+Green+Blue) = 48+59+57=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #303B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B39 is #CFC4C6. Grayscale: #373737. Windows color (decimal): -13616327 or 3750704. OLE color: 3750704.

HSL color Cylindrical-coordinate representation of color #303B39: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #303B39 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB485957-
CMYK0.1900.030.77
HSL169.09º10.28%20.98%-
HSV(B)169.09º18.64%23.14%-
XYZ3.524.054.47-
YUV55.48128.86122.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=29.27%
G=35.98%
B=34.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4859570.1900.030.77169.0910.2820.98
Hex303B3913034Da9a15
Octal60737123031152511225
Binary11000011101111100110011011100110110101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303B39; }

 p { color: rgb(48,59,57); }

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

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

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

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

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

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

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