#1D0900

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

Shades of Black #1D0900

Tints of Black #1D0900

Color information

#1D0900 (or 0x1D0900) is unknown color: approx Black. HEX triplet: 1D, 09 and 00. RGB value is (29,9,0). Sum of RGB (Red+Green+Blue) = 29+9+0=38 (5% of max value = 765). Red value is 29 (11.72% from 255 or 76.32% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0900 is #E2F6FF. Grayscale: #0E0E0E. Windows color (decimal): -14874368 or 2333. OLE color: 2333.

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

Color convert

RGB2990-
CMYK00.6910.89
HSL18.62º100%5.69%-
HSV(B)18.62º100%11.37%-
XYZ0.60.460.06-
YUV13.95120.13138.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 76.32%
GREEN value IS 9 (3.91% from 255) = 23.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.32%
G=23.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal299000.6910.8918.621005.69
Hex1D90045645913646
Octal351100105144131231446
Binary11101100100100010111001001011001100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,0); }

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

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

 a { background-color: rgb(29,9,0); }

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

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

 span { border-color: rgb(29,9,0); }

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