Html Css Color HEX #302629 Aubergine

📋 copy color: '#302629'

red 48 ◦ green 38 ◦ blue 41

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

Shades of Aubergine #302629

Tints of Aubergine #302629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

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

R = 37.8%
G = 29.92%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#302629 (or 0x302629) is known color: Aubergine. HEX triplet: 30, 26 and 29. RGB value is (48,38,41). Sum of RGB (Red+Green+Blue) = 48+38+41=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302629 is #CFD9D6. Grayscale: #292929. Windows color (decimal): -13621719 or 2696752. OLE color: 2696752.

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

Color convert

RGB 48 38 41 -
CMYK 0 0.21 0.15 0.81
HSL 342º 0.12% 0.17% -
HSV(B) 342º 0.21% 0.19% -
XYZ 2.31 2.17 2.4 -
YUV 41.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 48 38 41 0 0.21 0.15 0.81 342 0.12 0.17
Hex 30 26 29 0 15 F 51 156 C 11
Octal 60 46 51 0 25 17 121 526 14 21
Binary 110000 100110 101001 0 10101 1111 1010001 101010110 1100 10001

Color Harmonies of #302629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302629

Black with #302629

Text Example


Text Example

White with #302629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302629; }

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

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

background-color css

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

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

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

border-color css

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

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

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