#23031C

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

Shades of Melanzane #23031C

Tints of Melanzane #23031C

Color information

#23031C (or 0x23031C) is unknown color: approx Melanzane. HEX triplet: 23, 03 and 1C. RGB value is (35,3,28). Sum of RGB (Red+Green+Blue) = 35+3+28=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23031C is #DCFCE3. Grayscale: #0F0F0F. Windows color (decimal): -14482660 or 1835811. OLE color: 1835811.

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

Color convert

RGB35328-
CMYK00.910.200.86
HSL313.12º84.21%7.45%-
HSV(B)313.12º91.43%13.73%-
XYZ0.940.511.15-
YUV15.42135.1141.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=53.03%
G=4.55%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3532800.910.200.86313.1284.217.45
Hex2331C05B1456139547
Octal433340133241264711247
Binary1000111111100010110111010010101101001110011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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