#1B180D

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

Shades of Maire #1B180D

Tints of Maire #1B180D

Color information

#1B180D (or 0x1B180D) is unknown color: approx Maire. HEX triplet: 1B, 18 and 0D. RGB value is (27,24,13). Sum of RGB (Red+Green+Blue) = 27+24+13=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B180D is #E4E7F2. Grayscale: #171717. Windows color (decimal): -15001587 or 858139. OLE color: 858139.

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

Color convert

RGB272413-
CMYK00.110.520.89
HSL47.14º35%7.84%-
HSV(B)47.14º51.85%10.59%-
XYZ0.850.920.51-
YUV23.64121.99130.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=42.19%
G=37.5%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27241300.110.520.8947.14357.84
Hex1B18D0B34592f238
Octal33301501364131574310
Binary110111100011010101111010010110011011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,24,13); }

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

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

 a { background-color: rgb(27,24,13); }

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

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

 span { border-color: rgb(27,24,13); }

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