#1B1502

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

Shades of Maire #1B1502

Tints of Maire #1B1502

Color information

#1B1502 (or 0x1B1502) is unknown color: approx Maire. HEX triplet: 1B, 15 and 02. RGB value is (27,21,2). Sum of RGB (Red+Green+Blue) = 27+21+2=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1502 is #E4EAFD. Grayscale: #141414. Windows color (decimal): -15002366 or 136475. OLE color: 136475.

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

Color convert

RGB27212-
CMYK00.220.930.89
HSL45.6º86.21%5.69%-
HSV(B)45.6º92.59%10.59%-
XYZ0.730.770.17-
YUV20.63117.49132.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 54%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 2 (1.17% from 255) = 4%
R=54%
G=42%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2721200.220.930.8945.686.215.69
Hex1B1520165D592e566
Octal33252026135131561266
Binary110111010110010110101110110110011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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