#23081C

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

Shades of Melanzane #23081C

Tints of Melanzane #23081C

Color information

#23081C (or 0x23081C) is unknown color: approx Melanzane. HEX triplet: 23, 08 and 1C. RGB value is (35,8,28). Sum of RGB (Red+Green+Blue) = 35+8+28=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #23081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23081C is #DCF7E3. Grayscale: #121212. Windows color (decimal): -14481380 or 1837091. OLE color: 1837091.

HSL color Cylindrical-coordinate representation of color #23081C: hue angle of 315.56º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23081C is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB35828-
CMYK00.770.200.86
HSL315.56º62.79%8.43%-
HSV(B)315.56º77.14%13.73%-
XYZ0.990.611.17-
YUV18.35133.45139.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=49.30%
G=11.27%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3582800.770.200.86315.5662.798.43
Hex2381C04D145613c3f8
Octal4310340115241264747710
Binary100011100011100010011011010010101101001111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23081C; }

 p { color: rgb(35,8,28); }

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

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

 a { background-color: rgb(35,8,28); }

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

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

 span { border-color: rgb(35,8,28); }

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