#1C1701

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

Shades of Maire #1C1701

Tints of Maire #1C1701

Color information

#1C1701 (or 0x1C1701) is unknown color: approx Maire. HEX triplet: 1C, 17 and 01. RGB value is (28,23,1). Sum of RGB (Red+Green+Blue) = 28+23+1=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1701 is #E3E8FE. Grayscale: #161616. Windows color (decimal): -14936319 or 71452. OLE color: 71452.

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

Color convert

RGB28231-
CMYK00.180.960.89
HSL48.89º93.1%5.69%-
HSV(B)48.89º96.43%10.98%-
XYZ0.790.860.15-
YUV21.99116.16132.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 53.85%
GREEN value IS 23 (9.38% from 255) = 44.23%
BLUE value IS 1 (0.78% from 255) = 1.92%
R=53.85%
G=44.23%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2823100.180.960.8948.8993.15.69
Hex1C1710126059315d6
Octal34271022140131611356
Binary11100101111010010110000010110011100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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