#1C0403

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

Shades of Black #1C0403

Tints of Black #1C0403

Color information

#1C0403 (or 0x1C0403) is unknown color: approx Black. HEX triplet: 1C, 04 and 03. RGB value is (28,4,3). Sum of RGB (Red+Green+Blue) = 28+4+3=35 (4% of max value = 765). Red value is 28 (11.33% from 255 or 80% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0403 is #E3FBFC. Grayscale: #0B0B0B. Windows color (decimal): -14941181 or 197660. OLE color: 197660.

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

Color convert

RGB2843-
CMYK00.860.890.89
HSL2.4º80.65%6.08%-
HSV(B)2.4º89.29%10.98%-
XYZ0.540.340.12-
YUV11.06123.45140.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 11.43%
BLUE value IS 3 (1.56% from 255) = 8.57%
R=80%
G=11.43%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal284300.860.890.892.480.656.08
Hex1C4305659592516
Octal3443012613113121216
Binary11100100110101011010110011011001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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