#30282A

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

Shades of Aubergine #30282A

Tints of Aubergine #30282A

Color information

#30282A (or 0x30282A) is unknown color: approx Aubergine. HEX triplet: 30, 28 and 2A. RGB value is (48,40,42). Sum of RGB (Red+Green+Blue) = 48+40+42=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #30282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30282A is #CFD7D5. Grayscale: #2A2A2A. Windows color (decimal): -13621206 or 2762800. OLE color: 2762800.

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

Color convert

RGB484042-
CMYK00.170.130.81
HSL345º9.09%17.25%-
HSV(B)345º16.67%18.82%-
XYZ2.42.312.51-
YUV42.62127.65131.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=36.92%
G=30.77%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48404200.170.130.813459.0917.25
Hex30282A011D51159911
Octal605052021151215311121
Binary11000010100010101001000111011010001101011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30282A; }

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

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

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

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

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

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

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

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