#1B1506

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

Shades of Maire #1B1506

Tints of Maire #1B1506

Color information

#1B1506 (or 0x1B1506) is unknown color: approx Maire. HEX triplet: 1B, 15 and 06. RGB value is (27,21,6). Sum of RGB (Red+Green+Blue) = 27+21+6=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1506 is #E4EAF9. Grayscale: #151515. Windows color (decimal): -15002362 or 398619. OLE color: 398619.

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

Color convert

RGB27216-
CMYK00.220.780.89
HSL42.86º63.64%6.47%-
HSV(B)42.86º77.78%10.59%-
XYZ0.750.780.28-
YUV21.08119.49132.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=50%
G=38.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2721600.220.780.8942.8663.646.47
Hex1B1560164E592b406
Octal33256026116131531006
Binary1101110101110010110100111010110011010111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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