#1B1406

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

Shades of Maire #1B1406

Tints of Maire #1B1406

Color information

#1B1406 (or 0x1B1406) is unknown color: approx Maire. HEX triplet: 1B, 14 and 06. RGB value is (27,20,6). Sum of RGB (Red+Green+Blue) = 27+20+6=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1406 is #E4EBF9. Grayscale: #141414. Windows color (decimal): -15002618 or 398363. OLE color: 398363.

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

Color convert

RGB27206-
CMYK00.260.780.89
HSL40º63.64%6.47%-
HSV(B)40º77.78%10.59%-
XYZ0.740.750.28-
YUV20.5119.82132.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50.94%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=50.94%
G=37.74%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2720600.260.780.894063.646.47
Hex1B14601A4E5928406
Octal33246032116131501006
Binary1101110100110011010100111010110011010001000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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