#1D0F1A

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

Shades of Melanzane #1D0F1A

Tints of Melanzane #1D0F1A

Color information

#1D0F1A (or 0x1D0F1A) is unknown color: approx Melanzane. HEX triplet: 1D, 0F and 1A. RGB value is (29,15,26). Sum of RGB (Red+Green+Blue) = 29+15+26=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F1A is #E2F0E5. Grayscale: #141414. Windows color (decimal): -14872806 or 1707805. OLE color: 1707805.

HSL color Cylindrical-coordinate representation of color #1D0F1A: hue angle of 312.86º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D0F1A is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB291526-
CMYK00.480.100.89
HSL312.86º31.82%8.63%-
HSV(B)312.86º48.28%11.37%-
XYZ0.860.681.06-
YUV20.44131.14134.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 41.43%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=41.43%
G=21.43%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29152600.480.100.89312.8631.828.63
Hex1DF1A030A59139209
Octal351732060121314714011
Binary111011111110100110000101010110011001110011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,26); }

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

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

 a { background-color: rgb(29,15,26); }

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

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

 span { border-color: rgb(29,15,26); }

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