#230A1C

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

Shades of Melanzane #230A1C

Tints of Melanzane #230A1C

Color information

#230A1C (or 0x230A1C) is unknown color: approx Melanzane. HEX triplet: 23, 0A and 1C. RGB value is (35,10,28). Sum of RGB (Red+Green+Blue) = 35+10+28=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #230A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A1C is #DCF5E3. Grayscale: #131313. Windows color (decimal): -14480868 or 1837603. OLE color: 1837603.

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

Color convert

RGB351028-
CMYK00.710.200.86
HSL316.8º55.56%8.82%-
HSV(B)316.8º71.43%13.73%-
XYZ1.010.661.17-
YUV19.53132.78139.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=47.95%
G=13.70%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35102800.710.200.86316.855.568.82
Hex23A1C047145613d389
Octal4312340107241264757011
Binary100011101011100010001111010010101101001111011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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