#230E1D

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

Shades of Melanzane #230E1D

Tints of Melanzane #230E1D

Color information

#230E1D (or 0x230E1D) is unknown color: approx Melanzane. HEX triplet: 23, 0E and 1D. RGB value is (35,14,29). Sum of RGB (Red+Green+Blue) = 35+14+29=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #230E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E1D is #DCF1E2. Grayscale: #151515. Windows color (decimal): -14479843 or 1904163. OLE color: 1904163.

HSL color Cylindrical-coordinate representation of color #230E1D: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #230E1D is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB351429-
CMYK00.600.170.86
HSL317.14º42.86%9.61%-
HSV(B)317.14º60%13.73%-
XYZ1.070.761.25-
YUV21.99131.96137.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=44.87%
G=17.95%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35142900.600.170.86317.1442.869.61
Hex23E1D03C115613d2ba
Octal431635074211264755312
Binary10001111101110101111001000110101101001111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230E1D; }

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

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

<style>
 a { background-color: #230E1D; }

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

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

<style>
 span { border-color: #230E1D; }

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

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