#1C1405

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

Shades of Maire #1C1405

Tints of Maire #1C1405

Color information

#1C1405 (or 0x1C1405) is unknown color: approx Maire. HEX triplet: 1C, 14 and 05. RGB value is (28,20,5). Sum of RGB (Red+Green+Blue) = 28+20+5=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1405 is #E3EBFA. Grayscale: #141414. Windows color (decimal): -14937083 or 332828. OLE color: 332828.

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

Color convert

RGB28205-
CMYK00.290.820.89
HSL39.13º69.7%6.47%-
HSV(B)39.13º82.14%10.98%-
XYZ0.760.760.25-
YUV20.68119.15133.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 52.83%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=52.83%
G=37.74%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2820500.290.820.8939.1369.76.47
Hex1C14501D525927466
Octal34245035122131471066
Binary1110010100101011101101001010110011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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