#0D0807

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

Shades of Black #0D0807

Tints of Black #0D0807

Color information

#0D0807 (or 0x0D0807) is unknown color: approx Black. HEX triplet: 0D, 08 and 07. RGB value is (13,8,7). Sum of RGB (Red+Green+Blue) = 13+8+7=28 (3% of max value = 765). Red value is 13 (5.47% from 255 or 46.43% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0807 is #F2F7F8. Grayscale: #090909. Windows color (decimal): -15923193 or 460813. OLE color: 460813.

HSL color Cylindrical-coordinate representation of color #0D0807: hue angle of 10º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D0807 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.95.

Color convert

RGB1387-
CMYK00.380.460.95
HSL10º30%3.92%-
HSV(B)10º46.15%5.1%-
XYZ0.290.270.24-
YUV9.38126.66130.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 46.43%
GREEN value IS 8 (3.52% from 255) = 28.57%
BLUE value IS 7 (3.12% from 255) = 25%
R=46.43%
G=28.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal138700.380.460.9510303.92
HexD870262E5Fa1e4
Octal151070465613712364
Binary1101100011101001101011101011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0807; }

 p { color: rgb(13,8,7); }

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

<style>
 a { background-color: #0D0807; }

 a { background-color: rgb(13,8,7); }

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

<style>
 span { border-color: #0D0807; }

 span { border-color: rgb(13,8,7); }

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