#1C0804

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

Shades of Black #1C0804

Tints of Black #1C0804

Color information

#1C0804 (or 0x1C0804) is unknown color: approx Black. HEX triplet: 1C, 08 and 04. RGB value is (28,8,4). Sum of RGB (Red+Green+Blue) = 28+8+4=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0804 is #E3F7FB. Grayscale: #0D0D0D. Windows color (decimal): -14940156 or 264220. OLE color: 264220.

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

Color convert

RGB2884-
CMYK00.710.860.89
HSL10º75%6.27%-
HSV(B)10º85.71%10.98%-
XYZ0.590.430.17-
YUV13.52122.63138.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 70%
GREEN value IS 8 (3.52% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 10%
R=70%
G=20%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal288400.710.860.8910756.27
Hex1C840475659a4b6
Octal341040107126131121136
Binary111001000100010001111010110101100110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,8,4); }

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

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

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

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

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

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

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