#1D0C1A

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

Shades of Melanzane #1D0C1A

Tints of Melanzane #1D0C1A

Color information

#1D0C1A (or 0x1D0C1A) is unknown color: approx Melanzane. HEX triplet: 1D, 0C and 1A. RGB value is (29,12,26). Sum of RGB (Red+Green+Blue) = 29+12+26=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0C1A is #E2F3E5. Grayscale: #121212. Windows color (decimal): -14873574 or 1707037. OLE color: 1707037.

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

Color convert

RGB291226-
CMYK00.590.100.89
HSL310.59º41.46%8.04%-
HSV(B)310.59º58.62%11.37%-
XYZ0.820.61.05-
YUV18.68132.13135.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.28%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=43.28%
G=17.91%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29122600.590.100.89310.5941.468.04
Hex1DC1A03BA59137298
Octal351432073121314675110
Binary111011100110100111011101010110011001101111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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