#1A190B

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

Shades of Maire #1A190B

Tints of Maire #1A190B

Color information

#1A190B (or 0x1A190B) is unknown color: approx Maire. HEX triplet: 1A, 19 and 0B. RGB value is (26,25,11). Sum of RGB (Red+Green+Blue) = 26+25+11=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A190B is #E5E6F4. Grayscale: #171717. Windows color (decimal): -15066869 or 727322. OLE color: 727322.

HSL color Cylindrical-coordinate representation of color #1A190B: hue angle of 56º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A190B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB262511-
CMYK00.040.580.90
HSL56º40.54%7.25%-
HSV(B)56º57.69%10.2%-
XYZ0.830.940.45-
YUV23.7120.83129.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.94%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=41.94%
G=40.32%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26251100.040.580.905640.547.25
Hex1A19B043A5A38297
Octal323113047213270517
Binary1101011001101101001110101011010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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