#1B1801

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

Shades of Maire #1B1801

Tints of Maire #1B1801

Color information

#1B1801 (or 0x1B1801) is unknown color: approx Maire. HEX triplet: 1B, 18 and 01. RGB value is (27,24,1). Sum of RGB (Red+Green+Blue) = 27+24+1=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1801 is #E4E7FE. Grayscale: #161616. Windows color (decimal): -15001599 or 71707. OLE color: 71707.

HSL color Cylindrical-coordinate representation of color #1B1801: hue angle of 53.08º 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 #1B1801 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB27241-
CMYK00.110.960.89
HSL53.08º92.86%5.49%-
HSV(B)53.08º96.3%10.59%-
XYZ0.780.890.16-
YUV22.28115.99131.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 51.92%
GREEN value IS 24 (9.77% from 255) = 46.15%
BLUE value IS 1 (0.78% from 255) = 1.92%
R=51.92%
G=46.15%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2724100.110.960.8953.0892.865.49
Hex1B1810B6059355d5
Octal33301013140131651355
Binary1101111000101011110000010110011101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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