#1B1201

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

Shades of Maire #1B1201

Tints of Maire #1B1201

Color information

#1B1201 (or 0x1B1201) is unknown color: approx Maire. HEX triplet: 1B, 12 and 01. RGB value is (27,18,1). Sum of RGB (Red+Green+Blue) = 27+18+1=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1201 is #E4EDFE. Grayscale: #121212. Windows color (decimal): -15003135 or 70171. OLE color: 70171.

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

Color convert

RGB27181-
CMYK00.330.960.89
HSL39.23º92.86%5.49%-
HSV(B)39.23º96.3%10.59%-
XYZ0.670.670.12-
YUV18.75117.98133.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 58.70%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=58.70%
G=39.13%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2718100.330.960.8939.2392.865.49
Hex1B1210216059275d5
Octal33221041140131471355
Binary110111001010100001110000010110011001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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