#1B1606

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

Shades of Maire #1B1606

Tints of Maire #1B1606

Color information

#1B1606 (or 0x1B1606) is unknown color: approx Maire. HEX triplet: 1B, 16 and 06. RGB value is (27,22,6). Sum of RGB (Red+Green+Blue) = 27+22+6=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1606 is #E4E9F9. Grayscale: #151515. Windows color (decimal): -15002106 or 398875. OLE color: 398875.

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

Color convert

RGB27226-
CMYK00.190.780.89
HSL45.71º63.64%6.47%-
HSV(B)45.71º77.78%10.59%-
XYZ0.770.820.29-
YUV21.67119.16131.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 49.09%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=49.09%
G=40%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722600.190.780.8945.7163.646.47
Hex1B1660134E592e406
Octal33266023116131561006
Binary1101110110110010011100111010110011011101000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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