#230F1C

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

Shades of Melanzane #230F1C

Tints of Melanzane #230F1C

Color information

#230F1C (or 0x230F1C) is unknown color: approx Melanzane. HEX triplet: 23, 0F and 1C. RGB value is (35,15,28). Sum of RGB (Red+Green+Blue) = 35+15+28=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #230F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F1C is #DCF0E3. Grayscale: #161616. Windows color (decimal): -14479588 or 1838883. OLE color: 1838883.

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

Color convert

RGB351528-
CMYK00.570.200.86
HSL321º40%9.8%-
HSV(B)321º57.14%13.73%-
XYZ1.070.781.19-
YUV22.46131.13136.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=44.87%
G=19.23%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35152800.570.200.86321409.8
Hex23F1C039145614128a
Octal431734071241265015012
Binary10001111111110001110011010010101101010000011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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