#230E1C

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

Shades of Melanzane #230E1C

Tints of Melanzane #230E1C

Color information

#230E1C (or 0x230E1C) is unknown color: approx Melanzane. HEX triplet: 23, 0E and 1C. RGB value is (35,14,28). Sum of RGB (Red+Green+Blue) = 35+14+28=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #230E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E1C is #DCF1E3. Grayscale: #151515. Windows color (decimal): -14479844 or 1838627. OLE color: 1838627.

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

Color convert

RGB351428-
CMYK00.600.200.86
HSL320º42.86%9.61%-
HSV(B)320º60%13.73%-
XYZ1.060.761.19-
YUV21.88131.46137.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 14 (5.86% from 255) = 18.18%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35142800.600.200.8632042.869.61
Hex23E1C03C14561402ba
Octal431634074241265005312
Binary10001111101110001111001010010101101010000001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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