#1B1400

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

Shades of Maire #1B1400

Tints of Maire #1B1400

Color information

#1B1400 (or 0x1B1400) is unknown color: approx Maire. HEX triplet: 1B, 14 and 00. RGB value is (27,20,0). Sum of RGB (Red+Green+Blue) = 27+20+0=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1400 is #E4EBFF. Grayscale: #131313. Windows color (decimal): -15002624 or 5147. OLE color: 5147.

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

Color convert

RGB27200-
CMYK00.2610.89
HSL44.44º100%5.29%-
HSV(B)44.44º100%10.59%-
XYZ0.70.730.1-
YUV19.81116.82133.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 57.45%
GREEN value IS 20 (8.20% from 255) = 42.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.45%
G=42.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2720000.2610.8944.441005.29
Hex1B14001A64592c645
Octal33240032144131541445
Binary11011101000011010110010010110011011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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