#230F1E

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

Shades of Melanzane #230F1E

Tints of Melanzane #230F1E

Color information

#230F1E (or 0x230F1E) is unknown color: approx Melanzane. HEX triplet: 23, 0F and 1E. RGB value is (35,15,30). Sum of RGB (Red+Green+Blue) = 35+15+30=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #230F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F1E is #DCF0E1. Grayscale: #161616. Windows color (decimal): -14479586 or 1969955. OLE color: 1969955.

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

Color convert

RGB351530-
CMYK00.570.140.86
HSL315º40%9.8%-
HSV(B)315º57.14%13.73%-
XYZ1.10.791.32-
YUV22.69132.13136.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35153000.570.140.86315409.8
Hex23F1E039E5613b28a
Octal431736071161264735012
Binary1000111111111100111001111010101101001110111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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