#1C1901

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

Shades of Maire #1C1901

Tints of Maire #1C1901

Color information

#1C1901 (or 0x1C1901) is unknown color: approx Maire. HEX triplet: 1C, 19 and 01. RGB value is (28,25,1). Sum of RGB (Red+Green+Blue) = 28+25+1=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1901 is #E3E6FE. Grayscale: #171717. Windows color (decimal): -14935807 or 71964. OLE color: 71964.

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

Color convert

RGB28251-
CMYK00.110.960.89
HSL53.33º93.1%5.69%-
HSV(B)53.33º96.43%10.98%-
XYZ0.830.940.17-
YUV23.16115.49131.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 51.85%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=51.85%
G=46.30%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2825100.110.960.8953.3393.15.69
Hex1C1910B6059355d6
Octal34311013140131651356
Binary1110011001101011110000010110011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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