#1B1202

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

Shades of Maire #1B1202

Tints of Maire #1B1202

Color information

#1B1202 (or 0x1B1202) is unknown color: approx Maire. HEX triplet: 1B, 12 and 02. RGB value is (27,18,2). Sum of RGB (Red+Green+Blue) = 27+18+2=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1202 is #E4EDFD. Grayscale: #121212. Windows color (decimal): -15003134 or 135707. OLE color: 135707.

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

Color convert

RGB27182-
CMYK00.330.930.89
HSL38.4º86.21%5.69%-
HSV(B)38.4º92.59%10.59%-
XYZ0.680.670.15-
YUV18.87118.48133.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 57.45%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=57.45%
G=38.30%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2718200.330.930.8938.486.215.69
Hex1B1220215D5926566
Octal33222041135131461266
Binary1101110010100100001101110110110011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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