#1C170C

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

Shades of Maire #1C170C

Tints of Maire #1C170C

Color information

#1C170C (or 0x1C170C) is unknown color: approx Maire. HEX triplet: 1C, 17 and 0C. RGB value is (28,23,12). Sum of RGB (Red+Green+Blue) = 28+23+12=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C170C is #E3E8F3. Grayscale: #171717. Windows color (decimal): -14936308 or 792348. OLE color: 792348.

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

Color convert

RGB282312-
CMYK00.180.570.89
HSL41.25º40%7.84%-
HSV(B)41.25º57.14%10.98%-
XYZ0.850.890.47-
YUV23.24121.66131.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=44.44%
G=36.51%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28231200.180.570.8941.25407.84
Hex1C17C012395929288
Octal34271402271131515010
Binary1110010111110001001011100110110011010011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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