#1A1201

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

Shades of Maire #1A1201

Tints of Maire #1A1201

Color information

#1A1201 (or 0x1A1201) is unknown color: approx Maire. HEX triplet: 1A, 12 and 01. RGB value is (26,18,1). Sum of RGB (Red+Green+Blue) = 26+18+1=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1201 is #E5EDFE. Grayscale: #121212. Windows color (decimal): -15068671 or 70170. OLE color: 70170.

HSL color Cylindrical-coordinate representation of color #1A1201: hue angle of 40.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A1201 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB26181-
CMYK00.310.960.90
HSL40.8º92.59%5.29%-
HSV(B)40.8º96.15%10.2%-
XYZ0.650.650.12-
YUV18.45118.15133.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 57.78%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=57.78%
G=40%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2618100.310.960.9040.892.595.29
Hex1A12101F605A295d5
Octal32221037140132511355
Binary11010100101011111110000010110101010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,18,1); }

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

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

 a { background-color: rgb(26,18,1); }

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

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

 span { border-color: rgb(26,18,1); }

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