Html Css Color HEX #301E24 Aubergine

📋 copy color: '#301E24'

red 48 ◦ green 30 ◦ blue 36

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

Shades of Aubergine #301E24

Tints of Aubergine #301E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.32%

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

R = 42.11%
G = 26.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#301E24 (or 0x301E24) is known color: Aubergine. HEX triplet: 30, 1E and 24. RGB value is (48,30,36). Sum of RGB (Red+Green+Blue) = 48+30+36=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #301E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E24 is #CFE1DB. Grayscale: #242424. Windows color (decimal): -13623772 or 2367024. OLE color: 2367024.

HSL color Cylindrical-coordinate representation of color #301E24: hue angle of 340º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301E24 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 30 36 -
CMYK 0 0.37 0.25 0.81
HSL 340º 0.23% 0.15% -
HSV(B) 340º 0.38% 0.19% -
XYZ 2 1.68 1.89 -
YUV 36.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 48 30 36 0 0.37 0.25 0.81 340 0.23 0.15
Hex 30 1E 24 0 25 19 51 154 17 F
Octal 60 36 44 0 45 31 121 524 27 17
Binary 110000 11110 100100 0 100101 11001 1010001 101010100 10111 1111

Color Harmonies of #301E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E24

Black with #301E24

Text Example


Text Example

White with #301E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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