#230C1D

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

Shades of Melanzane #230C1D

Tints of Melanzane #230C1D

Color information

#230C1D (or 0x230C1D) is unknown color: approx Melanzane. HEX triplet: 23, 0C and 1D. RGB value is (35,12,29). Sum of RGB (Red+Green+Blue) = 35+12+29=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #230C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C1D is #DCF3E2. Grayscale: #141414. Windows color (decimal): -14480355 or 1903651. OLE color: 1903651.

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

Color convert

RGB351229-
CMYK00.660.170.86
HSL315.65º48.94%9.22%-
HSV(B)315.65º65.71%13.73%-
XYZ1.050.711.24-
YUV20.82132.62138.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=46.05%
G=15.79%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35122900.660.170.86315.6548.949.22
Hex23C1D042115613c319
Octal4314350102211264746111
Binary100011110011101010000101000110101101001111001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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