#303635

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

Shades of Aztec #303635

Tints of Aztec #303635

Color information

#303635 (or 0x303635) is unknown color: approx Aztec. HEX triplet: 30, 36 and 35. RGB value is (48,54,53). Sum of RGB (Red+Green+Blue) = 48+54+53=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 54 - color contains mainly: green. Hex color #303635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303635 is #CFC9CA. Grayscale: #343434. Windows color (decimal): -13617611 or 3487280. OLE color: 3487280.

HSL color Cylindrical-coordinate representation of color #303635: hue angle of 170º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #303635 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB485453-
CMYK0.1100.020.79
HSL170º5.88%20%-
HSV(B)170º11.11%21.18%-
XYZ3.183.523.88-
YUV52.09128.51125.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=30.97%
G=34.84%
B=34.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4854530.1100.020.791705.8820
Hex303635B024Faa614
Octal6066651302117252624
Binary110000110110110101101101010011111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303635; }

 p { color: rgb(48,54,53); }

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

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

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

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

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

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

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