#1C1401

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

Shades of Maire #1C1401

Tints of Maire #1C1401

Color information

#1C1401 (or 0x1C1401) is unknown color: approx Maire. HEX triplet: 1C, 14 and 01. RGB value is (28,20,1). Sum of RGB (Red+Green+Blue) = 28+20+1=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1401 is #E3EBFE. Grayscale: #141414. Windows color (decimal): -14937087 or 70684. OLE color: 70684.

HSL color Cylindrical-coordinate representation of color #1C1401: hue angle of 42.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C1401 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB28201-
CMYK00.290.960.89
HSL42.22º93.1%5.69%-
HSV(B)42.22º96.43%10.98%-
XYZ0.730.750.13-
YUV20.23117.15133.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=57.14%
G=40.82%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2820100.290.960.8942.2293.15.69
Hex1C14101D60592a5d6
Octal34241035140131521356
Binary11100101001011101110000010110011010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,1); }

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

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

 a { background-color: rgb(28,20,1); }

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

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

 span { border-color: rgb(28,20,1); }

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