#1B1C0B

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

Shades of Maire #1B1C0B

Tints of Maire #1B1C0B

Color information

#1B1C0B (or 0x1B1C0B) is unknown color: approx Maire. HEX triplet: 1B, 1C and 0B. RGB value is (27,28,11). Sum of RGB (Red+Green+Blue) = 27+28+11=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #1B1C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1C0B is #E4E3F4. Grayscale: #191919. Windows color (decimal): -15000565 or 728091. OLE color: 728091.

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

Color convert

RGB272811-
CMYK0.0400.610.89
HSL63.53º43.59%7.65%-
HSV(B)63.53º60.71%10.98%-
XYZ0.931.090.48-
YUV25.76119.67128.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.91%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=40.91%
G=42.42%
B=16.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2728110.0400.610.8963.5343.597.65
Hex1B1CB403D59402c8
Octal33341340751311005410
Binary110111110010111000111101101100110000001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,28,11); }

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

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

 a { background-color: rgb(27,28,11); }

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

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

 span { border-color: rgb(27,28,11); }

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