#1C1403

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

Shades of Maire #1C1403

Tints of Maire #1C1403

Color information

#1C1403 (or 0x1C1403) is unknown color: approx Maire. HEX triplet: 1C, 14 and 03. RGB value is (28,20,3). Sum of RGB (Red+Green+Blue) = 28+20+3=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1403 is #E3EBFC. Grayscale: #141414. Windows color (decimal): -14937085 or 201756. OLE color: 201756.

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

Color convert

RGB28203-
CMYK00.290.890.89
HSL40.8º80.65%6.08%-
HSV(B)40.8º89.29%10.98%-
XYZ0.750.750.19-
YUV20.45118.15133.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 54.90%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 3 (1.56% from 255) = 5.88%
R=54.90%
G=39.22%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2820300.290.890.8940.880.656.08
Hex1C14301D595929516
Octal34243035131131511216
Binary111001010011011101101100110110011010011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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