#1D0217

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

Shades of Melanzane #1D0217

Tints of Melanzane #1D0217

Color information

#1D0217 (or 0x1D0217) is unknown color: approx Melanzane. HEX triplet: 1D, 02 and 17. RGB value is (29,2,23). Sum of RGB (Red+Green+Blue) = 29+2+23=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0217 is #E2FDE8. Grayscale: #0C0C0C. Windows color (decimal): -14876137 or 1507869. OLE color: 1507869.

HSL color Cylindrical-coordinate representation of color #1D0217: hue angle of 313.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0217 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB29223-
CMYK00.930.210.89
HSL313.33º87.1%6.08%-
HSV(B)313.33º93.1%11.37%-
XYZ0.680.370.85-
YUV12.47133.95139.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 23 (9.38% from 255) = 42.59%
R=53.70%
G=3.70%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2922300.930.210.89313.3387.16.08
Hex1D21705D1559139576
Octal352270135251314711276
Binary111011010111010111011010110110011001110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0217; }

 p { color: rgb(29,2,23); }

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

<style>
 a { background-color: #1D0217; }

 a { background-color: rgb(29,2,23); }

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

<style>
 span { border-color: #1D0217; }

 span { border-color: rgb(29,2,23); }

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