Html Css Color HEX #302729 Aubergine

📋 copy color: '#302729'

red 48 ◦ green 39 ◦ blue 41

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

Shades of Aubergine #302729

Tints of Aubergine #302729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

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

R = 37.5%
G = 30.47%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#302729 (or 0x302729) is known color: Aubergine. HEX triplet: 30, 27 and 29. RGB value is (48,39,41). Sum of RGB (Red+Green+Blue) = 48+39+41=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #302729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302729 is #CFD8D6. Grayscale: #292929. Windows color (decimal): -13621463 or 2697008. OLE color: 2697008.

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

Color convert

RGB 48 39 41 -
CMYK 0 0.19 0.15 0.81
HSL 346.67º 0.1% 0.17% -
HSV(B) 346.67º 0.19% 0.19% -
XYZ 2.34 2.24 2.41 -
YUV 41.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 48 39 41 0 0.19 0.15 0.81 346.67 0.1 0.17
Hex 30 27 29 0 13 F 51 15B A 11
Octal 60 47 51 0 23 17 121 533 12 21
Binary 110000 100111 101001 0 10011 1111 1010001 101011011 1010 10001

Color Harmonies of #302729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302729

Black with #302729

Text Example


Text Example

White with #302729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302729; }

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

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

background-color css

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

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

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

border-color css

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

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

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