#1B1B0F

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

Shades of Maire #1B1B0F

Tints of Maire #1B1B0F

Color information

#1B1B0F (or 0x1B1B0F) is unknown color: approx Maire. HEX triplet: 1B, 1B and 0F. RGB value is (27,27,15). Sum of RGB (Red+Green+Blue) = 27+27+15=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B0F is #E4E4F0. Grayscale: #191919. Windows color (decimal): -15000817 or 989979. OLE color: 989979.

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

Color convert

RGB272715-
CMYK000.440.89
HSL60º28.57%8.24%-
HSV(B)60º44.44%10.59%-
XYZ0.931.050.61-
YUV25.63122128.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.13%
GREEN value IS 27 (10.94% from 255) = 39.13%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=39.13%
G=39.13%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal272715000.440.896028.578.24
Hex1B1BF002C593c1d8
Octal3333170054131743510
Binary11011110111111001011001011001111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,27,15); }

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

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

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

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

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

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

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