#230C1E

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

Shades of Melanzane #230C1E

Tints of Melanzane #230C1E

Color information

#230C1E (or 0x230C1E) is unknown color: approx Melanzane. HEX triplet: 23, 0C and 1E. RGB value is (35,12,30). Sum of RGB (Red+Green+Blue) = 35+12+30=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #230C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C1E is #DCF3E1. Grayscale: #141414. Windows color (decimal): -14480354 or 1969187. OLE color: 1969187.

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

Color convert

RGB351230-
CMYK00.660.140.86
HSL313.04º48.94%9.22%-
HSV(B)313.04º65.71%13.73%-
XYZ1.060.711.31-
YUV20.93133.12138.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=45.45%
G=15.58%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35123000.660.140.86313.0448.949.22
Hex23C1E042E56139319
Octal4314360102161264716111
Binary10001111001111001000010111010101101001110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,12,30); }

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

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

 a { background-color: rgb(35,12,30); }

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

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

 span { border-color: rgb(35,12,30); }

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