#1D0603

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

Shades of Black #1D0603

Tints of Black #1D0603

Color information

#1D0603 (or 0x1D0603) is unknown color: approx Black. HEX triplet: 1D, 06 and 03. RGB value is (29,6,3). Sum of RGB (Red+Green+Blue) = 29+6+3=38 (5% of max value = 765). Red value is 29 (11.72% from 255 or 76.32% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0603 is #E2F9FC. Grayscale: #0C0C0C. Windows color (decimal): -14875133 or 198173. OLE color: 198173.

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

Color convert

RGB2963-
CMYK00.790.900.89
HSL6.92º81.25%6.27%-
HSV(B)6.92º89.66%11.37%-
XYZ0.590.40.13-
YUV12.54122.62139.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 76.32%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=76.32%
G=15.79%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal296300.790.900.896.9281.256.27
Hex1D6304F5A597516
Octal3563011713213171216
Binary111011101101001111101101010110011111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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