#1C170B

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

Shades of Maire #1C170B

Tints of Maire #1C170B

Color information

#1C170B (or 0x1C170B) is unknown color: approx Maire. HEX triplet: 1C, 17 and 0B. RGB value is (28,23,11). Sum of RGB (Red+Green+Blue) = 28+23+11=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C170B is #E3E8F4. Grayscale: #171717. Windows color (decimal): -14936309 or 726812. OLE color: 726812.

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

Color convert

RGB282311-
CMYK00.180.610.89
HSL42.35º43.59%7.65%-
HSV(B)42.35º60.71%10.98%-
XYZ0.850.880.44-
YUV23.13121.16131.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 23 (9.38% from 255) = 37.10%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=45.16%
G=37.10%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28231100.180.610.8942.3543.597.65
Hex1C17B0123D592a2c8
Octal34271302275131525410
Binary1110010111101101001011110110110011010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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