#303938

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

Shades of Aztec #303938

Tints of Aztec #303938

Color information

#303938 (or 0x303938) is unknown color: approx Aztec. HEX triplet: 30, 39 and 38. RGB value is (48,57,56). Sum of RGB (Red+Green+Blue) = 48+57+56=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 57 - color contains mainly: green. Hex color #303938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303938 is #CFC6C7. Grayscale: #363636. Windows color (decimal): -13616840 or 3684656. OLE color: 3684656.

HSL color Cylindrical-coordinate representation of color #303938: hue angle of 173.33º 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 #303938 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB485756-
CMYK0.1600.020.78
HSL173.33º8.57%20.59%-
HSV(B)173.33º15.79%22.35%-
XYZ3.43.844.3-
YUV54.19129.02123.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=29.81%
G=35.40%
B=34.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857560.1600.020.78173.338.5720.59
Hex30393810024Ead915
Octal60717020021162551125
Binary11000011100111100010000010100111010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303938; }

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

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

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

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

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

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

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

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