Html Css Color HEX #302024 Aubergine

📋 copy color: '#302024'

red 48 ◦ green 32 ◦ blue 36

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

Shades of Aubergine #302024

Tints of Aubergine #302024

RGB

 RED value IS 48 (19.14% from 255) = 41.38%

 GREEN value IS 32 (12.89% from 255) = 27.59%

 BLUE value IS 36 (14.45% from 255) = 31.03%

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#302024 (or 0x302024) is known color: Aubergine. HEX triplet: 30, 20 and 24. RGB value is (48,32,36). Sum of RGB (Red+Green+Blue) = 48+32+36=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302024 is #CFDFDB. Grayscale: #252525. Windows color (decimal): -13623260 or 2367536. OLE color: 2367536.

HSL color Cylindrical-coordinate representation of color #302024: hue angle of 345º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302024 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 32 36 -
CMYK 0 0.33 0.25 0.81
HSL 345º 0.2% 0.16% -
HSV(B) 345º 0.33% 0.19% -
XYZ 2.05 1.79 1.91 -
YUV 37.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 48 32 36 0 0.33 0.25 0.81 345 0.2 0.16
Hex 30 20 24 0 21 19 51 159 14 10
Octal 60 40 44 0 41 31 121 531 24 20
Binary 110000 100000 100100 0 100001 11001 1010001 101011001 10100 10000

Color Harmonies of #302024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302024

Black with #302024

Text Example


Text Example

White with #302024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302024; }

 p { color: rgb(48,32,36); }

 H1.HeaderClassName
 {
   color: #302024;
 }
 .AnyTagClassName
 {
   color: #302024;
 }
</style>

background-color css

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

 a { background-color: rgb(48,32,36); }

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

border-color css

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

 span { border-color: rgb(48,32,36); }

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