#1A180B

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

Shades of Maire #1A180B

Tints of Maire #1A180B

Color information

#1A180B (or 0x1A180B) is unknown color: approx Maire. HEX triplet: 1A, 18 and 0B. RGB value is (26,24,11). Sum of RGB (Red+Green+Blue) = 26+24+11=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A180B is #E5E7F4. Grayscale: #171717. Windows color (decimal): -15067125 or 727066. OLE color: 727066.

HSL color Cylindrical-coordinate representation of color #1A180B: hue angle of 52º 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 #1A180B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB262411-
CMYK00.080.580.90
HSL52º40.54%7.25%-
HSV(B)52º57.69%10.2%-
XYZ0.810.90.45-
YUV23.12121.16130.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=42.62%
G=39.34%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26241100.080.580.905240.547.25
Hex1A18B083A5A34297
Octal3230130107213264517
Binary11010110001011010001110101011010110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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