#23071C

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

Shades of Melanzane #23071C

Tints of Melanzane #23071C

Color information

#23071C (or 0x23071C) is unknown color: approx Melanzane. HEX triplet: 23, 07 and 1C. RGB value is (35,7,28). Sum of RGB (Red+Green+Blue) = 35+7+28=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #23071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23071C is #DCF8E3. Grayscale: #111111. Windows color (decimal): -14481636 or 1836835. OLE color: 1836835.

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

Color convert

RGB35728-
CMYK00.800.200.86
HSL315º66.67%8.24%-
HSV(B)315º80%13.73%-
XYZ0.980.591.16-
YUV17.77133.78140.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 10%
BLUE value IS 28 (11.33% from 255) = 40%
R=50%
G=10%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3572800.800.200.8631566.678.24
Hex2371C050145613b438
Octal4373401202412647310310
Binary100011111111000101000010100101011010011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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