Html Css Color HEX #30292B Aubergine

📋 copy color: '#30292B'

red 48 ◦ green 41 ◦ blue 43

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

Shades of Aubergine #30292B

Tints of Aubergine #30292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

 BLUE value IS 43 (17.19% from 255) = 32.58%

R = 36.36%
G = 31.06%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30292B (or 0x30292B) is known color: Aubergine. HEX triplet: 30, 29 and 2B. RGB value is (48,41,43). Sum of RGB (Red+Green+Blue) = 48+41+43=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #30292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30292B is #CFD6D4. Grayscale: #2B2B2B. Windows color (decimal): -13620949 or 2828592. OLE color: 2828592.

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

Color convert

RGB 48 41 43 -
CMYK 0 0.15 0.10 0.81
HSL 342.86º 0.08% 0.17% -
HSV(B) 342.86º 0.15% 0.19% -
XYZ 2.45 2.39 2.62 -
YUV 43.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 48 41 43 0 0.15 0.10 0.81 342.86 0.08 0.17
Hex 30 29 2B 0 F A 51 157 8 11
Octal 60 51 53 0 17 12 121 527 10 21
Binary 110000 101001 101011 0 1111 1010 1010001 101010111 1000 10001

Color Harmonies of #30292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30292B

Black with #30292B

Text Example


Text Example

White with #30292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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