#302A2C

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

Shades of Aubergine #302A2C

Tints of Aubergine #302A2C

Color information

#302A2C (or 0x302A2C) is unknown color: approx Aubergine. HEX triplet: 30, 2A and 2C. RGB value is (48,42,44). Sum of RGB (Red+Green+Blue) = 48+42+44=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #302A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A2C is #CFD5D3. Grayscale: #2C2C2C. Windows color (decimal): -13620692 or 2894384. OLE color: 2894384.

HSL color Cylindrical-coordinate representation of color #302A2C: hue angle of 340º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302A2C is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB484244-
CMYK00.130.080.81
HSL340º6.67%17.65%-
HSV(B)340º12.5%18.82%-
XYZ2.52.472.73-
YUV44.02127.99130.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=35.82%
G=31.34%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48424400.130.080.813406.6717.65
Hex302A2C0D851154712
Octal60525401510121524722
Binary110000101010101100011011000101000110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A2C; }

 p { color: rgb(48,42,44); }

 H1.HeaderClassName
 {
   color: #302A2C;
 }
 .AnyTagClassName
 {
   color: #302A2C;
 }
</style>
background-color css

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

 a { background-color: rgb(48,42,44); }

 div.DivClassName
 {
   background-color: #302A2C;
 }
 .BgClassName
 {
   background-color: #302A2C;
 }
</style>
border-color css

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

 span { border-color: rgb(48,42,44); }

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