#230D1C

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

Shades of Melanzane #230D1C

Tints of Melanzane #230D1C

Color information

#230D1C (or 0x230D1C) is unknown color: approx Melanzane. HEX triplet: 23, 0D and 1C. RGB value is (35,13,28). Sum of RGB (Red+Green+Blue) = 35+13+28=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #230D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D1C is #DCF2E3. Grayscale: #151515. Windows color (decimal): -14480100 or 1838371. OLE color: 1838371.

HSL color Cylindrical-coordinate representation of color #230D1C: hue angle of 319.09º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230D1C is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB351328-
CMYK00.630.200.86
HSL319.09º45.83%9.41%-
HSV(B)319.09º62.86%13.73%-
XYZ1.050.731.18-
YUV21.29131.79137.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=46.05%
G=17.11%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35132800.630.200.86319.0945.839.41
Hex23D1C03F145613f2e9
Octal431534077241264775611
Binary10001111011110001111111010010101101001111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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