#1C1C00

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

Shades of Maire #1C1C00

Tints of Maire #1C1C00

Color information

#1C1C00 (or 0x1C1C00) is unknown color: approx Maire. HEX triplet: 1C, 1C and 00. RGB value is (28,28,0). Sum of RGB (Red+Green+Blue) = 28+28+0=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C00 is #E3E3FF. Grayscale: #181818. Windows color (decimal): -14935040 or 7196. OLE color: 7196.

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

Color convert

RGB28280-
CMYK0010.89
HSL60º100%5.49%-
HSV(B)60º100%10.98%-
XYZ0.891.080.16-
YUV24.81114130.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal282800010.89601005.49
Hex1C1C00064593c645
Octal3434000144131741445
Binary1110011100000110010010110011111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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