#301F23

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

Shades of Aubergine #301F23

Tints of Aubergine #301F23

Color information

#301F23 (or 0x301F23) is unknown color: approx Aubergine. HEX triplet: 30, 1F and 23. RGB value is (48,31,35). Sum of RGB (Red+Green+Blue) = 48+31+35=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #301F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F23 is #CFE0DC. Grayscale: #242424. Windows color (decimal): -13623517 or 2301744. OLE color: 2301744.

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

Color convert

RGB483135-
CMYK00.350.270.81
HSL345.88º21.52%15.49%-
HSV(B)345.88º35.42%18.82%-
XYZ2.011.731.82-
YUV36.54127.13136.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=42.11%
G=27.19%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48313500.350.270.81345.8821.5215.49
Hex301F230231B5115a16f
Octal603743043331215322617
Binary110000111111000110100011110111010001101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F23; }

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

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

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

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

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

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

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

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