#302123

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

Shades of Aubergine #302123

Tints of Aubergine #302123

Color information

#302123 (or 0x302123) is unknown color: approx Aubergine. HEX triplet: 30, 21 and 23. RGB value is (48,33,35). Sum of RGB (Red+Green+Blue) = 48+33+35=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302123 is #CFDEDC. Grayscale: #252525. Windows color (decimal): -13623005 or 2302256. OLE color: 2302256.

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

Color convert

RGB483335-
CMYK00.310.270.81
HSL352º18.52%15.88%-
HSV(B)352º31.25%18.82%-
XYZ2.071.841.84-
YUV37.71126.47135.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=41.38%
G=28.45%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48333500.310.270.8135218.5215.88
Hex30212301F1B511601310
Octal604143037331215402320
Binary1100001000011000110111111101110100011011000001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302123; }

 p { color: rgb(48,33,35); }

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

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

 a { background-color: rgb(48,33,35); }

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

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

 span { border-color: rgb(48,33,35); }

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