#23081D

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

Shades of Melanzane #23081D

Tints of Melanzane #23081D

Color information

#23081D (or 0x23081D) is unknown color: approx Melanzane. HEX triplet: 23, 08 and 1D. RGB value is (35,8,29). Sum of RGB (Red+Green+Blue) = 35+8+29=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #23081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23081D is #DCF7E2. Grayscale: #121212. Windows color (decimal): -14481379 or 1902627. OLE color: 1902627.

HSL color Cylindrical-coordinate representation of color #23081D: hue angle of 313.33º 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 #23081D is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB35829-
CMYK00.770.170.86
HSL313.33º62.79%8.43%-
HSV(B)313.33º77.14%13.73%-
XYZ10.621.23-
YUV18.47133.95139.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=48.61%
G=11.11%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3582900.770.170.86313.3362.798.43
Hex2381D04D11561393f8
Octal4310350115211264717710
Binary100011100011101010011011000110101101001110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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