#1C1C05

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

Shades of Maire #1C1C05

Tints of Maire #1C1C05

Color information

#1C1C05 (or 0x1C1C05) is unknown color: approx Maire. HEX triplet: 1C, 1C and 05. RGB value is (28,28,5). Sum of RGB (Red+Green+Blue) = 28+28+5=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C05 is #E3E3FA. Grayscale: #191919. Windows color (decimal): -14935035 or 334876. OLE color: 334876.

HSL color Cylindrical-coordinate representation of color #1C1C05: hue angle of 60º 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 #1C1C05 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB28285-
CMYK000.820.89
HSL60º69.7%6.47%-
HSV(B)60º82.14%10.98%-
XYZ0.921.090.31-
YUV25.38116.5129.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 28 (11.33% from 255) = 45.90%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=45.90%
G=45.90%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28285000.820.896069.76.47
Hex1C1C50052593c466
Octal3434500122131741066
Binary111001110010100101001010110011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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