#1B170B

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

Shades of Maire #1B170B

Tints of Maire #1B170B

Color information

#1B170B (or 0x1B170B) is unknown color: approx Maire. HEX triplet: 1B, 17 and 0B. RGB value is (27,23,11). Sum of RGB (Red+Green+Blue) = 27+23+11=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B170B is #E4E8F4. Grayscale: #161616. Windows color (decimal): -15001845 or 726811. OLE color: 726811.

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

Color convert

RGB272311-
CMYK00.150.590.89
HSL45º42.11%7.45%-
HSV(B)45º59.26%10.59%-
XYZ0.820.870.44-
YUV22.83121.33130.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=44.26%
G=37.70%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27231100.150.590.894542.117.45
Hex1B17B0F3B592d2a7
Octal3327130177313155527
Binary11011101111011011111110111011001101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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