#1D0801

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

Shades of Black #1D0801

Tints of Black #1D0801

Color information

#1D0801 (or 0x1D0801) is unknown color: approx Black. HEX triplet: 1D, 08 and 01. RGB value is (29,8,1). Sum of RGB (Red+Green+Blue) = 29+8+1=38 (5% of max value = 765). Red value is 29 (11.72% from 255 or 76.32% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0801 is #E2F7FE. Grayscale: #0D0D0D. Windows color (decimal): -14874623 or 67613. OLE color: 67613.

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

Color convert

RGB2981-
CMYK00.720.970.89
HSL15º93.33%5.88%-
HSV(B)15º96.55%11.37%-
XYZ0.60.440.08-
YUV13.48120.96139.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 76.32%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=76.32%
G=21.05%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal298100.720.970.891593.335.88
Hex1D810486159f5d6
Octal351010110141131171356
Binary1110110001010010001100001101100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,8,1); }

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

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

 a { background-color: rgb(29,8,1); }

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

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

 span { border-color: rgb(29,8,1); }

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