#1B1600

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

Shades of Maire #1B1600

Tints of Maire #1B1600

Color information

#1B1600 (or 0x1B1600) is unknown color: approx Maire. HEX triplet: 1B, 16 and 00. RGB value is (27,22,0). Sum of RGB (Red+Green+Blue) = 27+22+0=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1600 is #E4E9FF. Grayscale: #151515. Windows color (decimal): -15002112 or 5659. OLE color: 5659.

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

Color convert

RGB27220-
CMYK00.1910.89
HSL48.89º100%5.29%-
HSV(B)48.89º100%10.59%-
XYZ0.740.810.12-
YUV20.99116.16132.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 55.10%
GREEN value IS 22 (8.98% from 255) = 44.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.10%
G=44.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722000.1910.8948.891005.29
Hex1B160013645931645
Octal33260023144131611445
Binary11011101100010011110010010110011100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,22,0); }

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

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

 a { background-color: rgb(27,22,0); }

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

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

 span { border-color: rgb(27,22,0); }

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