#1D190B

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

Shades of Maire #1D190B

Tints of Maire #1D190B

Color information

#1D190B (or 0x1D190B) is unknown color: approx Maire. HEX triplet: 1D, 19 and 0B. RGB value is (29,25,11). Sum of RGB (Red+Green+Blue) = 29+25+11=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D190B is #E2E6F4. Grayscale: #181818. Windows color (decimal): -14870261 or 727325. OLE color: 727325.

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

Color convert

RGB292511-
CMYK00.140.620.89
HSL46.67º45%7.84%-
HSV(B)46.67º62.07%11.37%-
XYZ0.910.980.46-
YUV24.6120.33131.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=44.62%
G=38.46%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29251100.140.620.8946.67457.84
Hex1D19B0E3E592f2d8
Octal35311301676131575510
Binary111011100110110111011111010110011011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,25,11); }

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

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

 a { background-color: rgb(29,25,11); }

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

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

 span { border-color: rgb(29,25,11); }

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