Html Css Color HEX #302829 Aubergine

📋 copy color: '#302829'

red 48 ◦ green 40 ◦ blue 41

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

Shades of Aubergine #302829

Tints of Aubergine #302829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.01%

 BLUE value IS 41 (16.41% from 255) = 31.78%

R = 37.21%
G = 31.01%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#302829 (or 0x302829) is known color: Aubergine. HEX triplet: 30, 28 and 29. RGB value is (48,40,41). Sum of RGB (Red+Green+Blue) = 48+40+41=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #302829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302829 is #CFD7D6. Grayscale: #2A2A2A. Windows color (decimal): -13621207 or 2697264. OLE color: 2697264.

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

Color convert

RGB 48 40 41 -
CMYK 0 0.17 0.15 0.81
HSL 352.5º 0.09% 0.17% -
HSV(B) 352.5º 0.17% 0.19% -
XYZ 2.38 2.31 2.42 -
YUV 42.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 48 40 41 0 0.17 0.15 0.81 352.5 0.09 0.17
Hex 30 28 29 0 11 F 51 160 9 11
Octal 60 50 51 0 21 17 121 540 11 21
Binary 110000 101000 101001 0 10001 1111 1010001 101100000 1001 10001

Color Harmonies of #302829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302829

Black with #302829

Text Example


Text Example

White with #302829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302829; }

 p { color: rgb(48,40,41); }

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

background-color css

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

 a { background-color: rgb(48,40,41); }

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

border-color css

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

 span { border-color: rgb(48,40,41); }

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