#230E1E

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

Shades of Melanzane #230E1E

Tints of Melanzane #230E1E

Color information

#230E1E (or 0x230E1E) is unknown color: approx Melanzane. HEX triplet: 23, 0E and 1E. RGB value is (35,14,30). Sum of RGB (Red+Green+Blue) = 35+14+30=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #230E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E1E is #DCF1E1. Grayscale: #161616. Windows color (decimal): -14479842 or 1969699. OLE color: 1969699.

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

Color convert

RGB351430-
CMYK00.600.140.86
HSL314.29º42.86%9.61%-
HSV(B)314.29º60%13.73%-
XYZ1.080.771.32-
YUV22.1132.46137.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.30%
GREEN value IS 14 (5.86% from 255) = 17.72%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=44.30%
G=17.72%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35143000.600.140.86314.2942.869.61
Hex23E1E03CE5613a2ba
Octal431636074161264725312
Binary1000111110111100111100111010101101001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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