#23041C

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

Shades of Melanzane #23041C

Tints of Melanzane #23041C

Color information

#23041C (or 0x23041C) is unknown color: approx Melanzane. HEX triplet: 23, 04 and 1C. RGB value is (35,4,28). Sum of RGB (Red+Green+Blue) = 35+4+28=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #23041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23041C is #DCFBE3. Grayscale: #0F0F0F. Windows color (decimal): -14482404 or 1836067. OLE color: 1836067.

HSL color Cylindrical-coordinate representation of color #23041C: hue angle of 313.55º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23041C is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB35428-
CMYK00.890.200.86
HSL313.55º79.49%7.65%-
HSV(B)313.55º88.57%13.73%-
XYZ0.950.531.15-
YUV16134.77141.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=52.24%
G=5.97%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3542800.890.200.86313.5579.497.65
Hex2341C059145613a4f8
Octal4343401312412647211710
Binary100011100111000101100110100101011010011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23041C; }

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

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

<style>
 a { background-color: #23041C; }

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

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

<style>
 span { border-color: #23041C; }

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

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