#1B1701

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

Shades of Maire #1B1701

Tints of Maire #1B1701

Color information

#1B1701 (or 0x1B1701) is unknown color: approx Maire. HEX triplet: 1B, 17 and 01. RGB value is (27,23,1). Sum of RGB (Red+Green+Blue) = 27+23+1=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1701 is #E4E8FE. Grayscale: #151515. Windows color (decimal): -15001855 or 71451. OLE color: 71451.

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

Color convert

RGB27231-
CMYK00.150.960.89
HSL50.77º92.86%5.49%-
HSV(B)50.77º96.3%10.59%-
XYZ0.760.850.15-
YUV21.69116.33131.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 52.94%
GREEN value IS 23 (9.38% from 255) = 45.10%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=52.94%
G=45.10%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2723100.150.960.8950.7792.865.49
Hex1B1710F6059335d5
Octal33271017140131631355
Binary1101110111101111110000010110011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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