#1C170E

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

Shades of Maire #1C170E

Tints of Maire #1C170E

Color information

#1C170E (or 0x1C170E) is unknown color: approx Maire. HEX triplet: 1C, 17 and 0E. RGB value is (28,23,14). Sum of RGB (Red+Green+Blue) = 28+23+14=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C170E is #E3E8F1. Grayscale: #171717. Windows color (decimal): -14936306 or 923420. OLE color: 923420.

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

Color convert

RGB282314-
CMYK00.180.500.89
HSL38.57º33.33%8.24%-
HSV(B)38.57º50%10.98%-
XYZ0.860.890.54-
YUV23.47122.66131.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.08%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=43.08%
G=35.38%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28231400.180.500.8938.5733.338.24
Hex1C17E012325927218
Octal34271602262131474110
Binary1110010111111001001011001010110011001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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