#302427

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

Shades of Aubergine #302427

Tints of Aubergine #302427

Color information

#302427 (or 0x302427) is unknown color: approx Aubergine. HEX triplet: 30, 24 and 27. RGB value is (48,36,39). Sum of RGB (Red+Green+Blue) = 48+36+39=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302427 is #CFDBD8. Grayscale: #272727. Windows color (decimal): -13622233 or 2565168. OLE color: 2565168.

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

Color convert

RGB483639-
CMYK00.250.190.81
HSL345º14.29%16.47%-
HSV(B)345º25%18.82%-
XYZ2.222.042.2-
YUV39.93127.48133.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=39.02%
G=29.27%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48363900.250.190.8134514.2916.47
Hex3024270191351159e10
Octal604447031231215311620
Binary110000100100100111011001100111010001101011001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302427; }

 p { color: rgb(48,36,39); }

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

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

 a { background-color: rgb(48,36,39); }

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

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

 span { border-color: rgb(48,36,39); }

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