Html Css Color HEX #303635 Aztec

📋 copy color: '#303635'

red 48 ◦ green 54 ◦ blue 53

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

Shades of Aztec #303635

Tints of Aztec #303635

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

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 48 54 53 -
CMYK 0.11 0 0.02 0.79
HSL 170º 0.06% 0.2% -
HSV(B) 170º 0.11% 0.21% -
XYZ 3.18 3.52 3.88 -
YUV 52.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 48 54 53 0.11 0 0.02 0.79 170 0.06 0.2
Hex 30 36 35 B 0 2 4F AA 6 14
Octal 60 66 65 13 0 2 117 252 6 24
Binary 110000 110110 110101 1011 0 10 1001111 10101010 110 10100

Color Harmonies of #303635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303635

Black with #303635

Text Example


Text Example

White with #303635

Text Example


Text Example

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