#230A1E

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

Shades of Melanzane #230A1E

Tints of Melanzane #230A1E

Color information

#230A1E (or 0x230A1E) is unknown color: approx Melanzane. HEX triplet: 23, 0A and 1E. RGB value is (35,10,30). Sum of RGB (Red+Green+Blue) = 35+10+30=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A1E is #DCF5E1. Grayscale: #131313. Windows color (decimal): -14480866 or 1968675. OLE color: 1968675.

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

Color convert

RGB351030-
CMYK00.710.140.86
HSL312º55.56%8.82%-
HSV(B)312º71.43%13.73%-
XYZ1.040.671.3-
YUV19.76133.78138.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 30 (12.11% from 255) = 40%
R=46.67%
G=13.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35103000.710.140.8631255.568.82
Hex23A1E047E56138389
Octal4312360107161264707011
Binary10001110101111001000111111010101101001110001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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