#303937

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

Shades of Aztec #303937

Tints of Aztec #303937

Color information

#303937 (or 0x303937) is unknown color: approx Aztec. HEX triplet: 30, 39 and 37. RGB value is (48,57,55). Sum of RGB (Red+Green+Blue) = 48+57+55=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 57 - color contains mainly: green. Hex color #303937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303937 is #CFC6C8. Grayscale: #363636. Windows color (decimal): -13616841 or 3619120. OLE color: 3619120.

HSL color Cylindrical-coordinate representation of color #303937: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303937 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB485755-
CMYK0.1600.040.78
HSL166.67º8.57%20.59%-
HSV(B)166.67º15.79%22.35%-
XYZ3.373.834.18-
YUV54.08128.52123.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=30%
G=35.62%
B=34.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857550.1600.040.78166.678.5720.59
Hex30393710044Ea7915
Octal60716720041162471125
Binary110000111001110111100000100100111010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303937; }

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

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

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

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

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

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

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

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