#1B170F

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

Shades of Maire #1B170F

Tints of Maire #1B170F

Color information

#1B170F (or 0x1B170F) is unknown color: approx Maire. HEX triplet: 1B, 17 and 0F. RGB value is (27,23,15). Sum of RGB (Red+Green+Blue) = 27+23+15=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B170F is #E4E8F0. Grayscale: #171717. Windows color (decimal): -15001841 or 988955. OLE color: 988955.

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

Color convert

RGB272315-
CMYK00.150.440.89
HSL40º28.57%8.24%-
HSV(B)40º44.44%10.59%-
XYZ0.840.880.58-
YUV23.28123.33130.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 41.54%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=41.54%
G=35.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27231500.150.440.894028.578.24
Hex1B17F0F2C59281d8
Octal33271701754131503510
Binary11011101111111011111011001011001101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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