#23071D

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

Shades of Melanzane #23071D

Tints of Melanzane #23071D

Color information

#23071D (or 0x23071D) is unknown color: approx Melanzane. HEX triplet: 23, 07 and 1D. RGB value is (35,7,29). Sum of RGB (Red+Green+Blue) = 35+7+29=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #23071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23071D is #DCF8E2. Grayscale: #111111. Windows color (decimal): -14481635 or 1902371. OLE color: 1902371.

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

Color convert

RGB35729-
CMYK00.800.170.86
HSL312.86º66.67%8.24%-
HSV(B)312.86º80%13.73%-
XYZ0.990.61.23-
YUV17.88134.28140.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 7 (3.12% from 255) = 9.86%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=49.30%
G=9.86%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3572900.800.170.86312.8666.678.24
Hex2371D0501156139438
Octal4373501202112647110310
Binary100011111111010101000010001101011010011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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