#1D0403

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

Shades of Black #1D0403

Tints of Black #1D0403

Color information

#1D0403 (or 0x1D0403) is unknown color: approx Black. HEX triplet: 1D, 04 and 03. RGB value is (29,4,3). Sum of RGB (Red+Green+Blue) = 29+4+3=36 (4% of max value = 765). Red value is 29 (11.72% from 255 or 80.56% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0403 is #E2FBFC. Grayscale: #0B0B0B. Windows color (decimal): -14875645 or 197661. OLE color: 197661.

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

Color convert

RGB2943-
CMYK00.860.900.89
HSL2.31º81.25%6.27%-
HSV(B)2.31º89.66%11.37%-
XYZ0.570.350.12-
YUV11.36123.28140.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 80.56%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 3 (1.56% from 255) = 8.33%
R=80.56%
G=11.11%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal294300.860.900.892.3181.256.27
Hex1D430565A592516
Octal3543012613213121216
Binary11101100110101011010110101011001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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