#30292B

Color #30292B Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #30292B

Tints of Aubergine #30292B

Color information

#30292B (or 0x30292B) is unknown color: approx 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

RGB484143-
CMYK00.150.100.81
HSL342.86º7.87%17.45%-
HSV(B)342.86º14.58%18.82%-
XYZ2.452.392.62-
YUV43.32127.82131.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48414300.150.100.81342.867.8717.45
Hex30292B0FA51157811
Octal605153017121215271021
Binary1100001010011010110111110101010001101010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>