#1C1807

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

Shades of Maire #1C1807

Tints of Maire #1C1807

Color information

#1C1807 (or 0x1C1807) is unknown color: approx Maire. HEX triplet: 1C, 18 and 07. RGB value is (28,24,7). Sum of RGB (Red+Green+Blue) = 28+24+7=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1807 is #E3E7F8. Grayscale: #171717. Windows color (decimal): -14936057 or 464924. OLE color: 464924.

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

Color convert

RGB28247-
CMYK00.140.750.89
HSL48.57º60%6.86%-
HSV(B)48.57º75%10.98%-
XYZ0.840.920.33-
YUV23.26118.83131.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 47.46%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 7 (3.12% from 255) = 11.86%
R=47.46%
G=40.68%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2824700.140.750.8948.57606.86
Hex1C1870E4B59313c7
Octal3430701611313161747
Binary11100110001110111010010111011001110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,24,7); }

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

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

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

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

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

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

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