Html Css Color HEX #302124 Aubergine

📋 copy color: '#302124'

red 48 ◦ green 33 ◦ blue 36

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

Shades of Aubergine #302124

Tints of Aubergine #302124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.21%

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

R = 41.03%
G = 28.21%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#302124 (or 0x302124) is known color: Aubergine. HEX triplet: 30, 21 and 24. RGB value is (48,33,36). Sum of RGB (Red+Green+Blue) = 48+33+36=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302124 is #CFDEDB. Grayscale: #252525. Windows color (decimal): -13623004 or 2367792. OLE color: 2367792.

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

Color convert

RGB 48 33 36 -
CMYK 0 0.31 0.25 0.81
HSL 348º 0.19% 0.16% -
HSV(B) 348º 0.31% 0.19% -
XYZ 2.08 1.84 1.92 -
YUV 37.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 48 33 36 0 0.31 0.25 0.81 348 0.19 0.16
Hex 30 21 24 0 1F 19 51 15C 13 10
Octal 60 41 44 0 37 31 121 534 23 20
Binary 110000 100001 100100 0 11111 11001 1010001 101011100 10011 10000

Color Harmonies of #302124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302124

Black with #302124

Text Example


Text Example

White with #302124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302124; }

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

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

background-color css

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

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

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

border-color css

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

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

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