#1D0700

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

Shades of Black #1D0700

Tints of Black #1D0700

Color information

#1D0700 (or 0x1D0700) is unknown color: approx Black. HEX triplet: 1D, 07 and 00. RGB value is (29,7,0). Sum of RGB (Red+Green+Blue) = 29+7+0=36 (4% of max value = 765). Red value is 29 (11.72% from 255 or 80.56% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0700 is #E2F8FF. Grayscale: #0C0C0C. Windows color (decimal): -14874880 or 1821. OLE color: 1821.

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

Color convert

RGB2970-
CMYK00.7610.89
HSL14.48º100%5.69%-
HSV(B)14.48º100%11.37%-
XYZ0.580.410.05-
YUV12.78120.79139.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 80.56%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.56%
G=19.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal297000.7610.8914.481005.69
Hex1D7004C6459e646
Octal35700114144131161446
Binary111011110010011001100100101100111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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