#1B1401

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

Shades of Maire #1B1401

Tints of Maire #1B1401

Color information

#1B1401 (or 0x1B1401) is unknown color: approx Maire. HEX triplet: 1B, 14 and 01. RGB value is (27,20,1). Sum of RGB (Red+Green+Blue) = 27+20+1=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1401 is #E4EBFE. Grayscale: #141414. Windows color (decimal): -15002623 or 70683. OLE color: 70683.

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

Color convert

RGB27201-
CMYK00.260.960.89
HSL43.85º92.86%5.49%-
HSV(B)43.85º96.3%10.59%-
XYZ0.710.740.13-
YUV19.93117.32133.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 56.25%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=56.25%
G=41.67%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2720100.260.960.8943.8592.865.49
Hex1B14101A60592c5d5
Octal33241032140131541355
Binary11011101001011010110000010110011011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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