#0D0907

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

Shades of Black #0D0907

Tints of Black #0D0907

Color information

#0D0907 (or 0x0D0907) is unknown color: approx Black. HEX triplet: 0D, 09 and 07. RGB value is (13,9,7). Sum of RGB (Red+Green+Blue) = 13+9+7=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0907 is #F2F6F8. Grayscale: #090909. Windows color (decimal): -15922937 or 461069. OLE color: 461069.

HSL color Cylindrical-coordinate representation of color #0D0907: hue angle of 20º 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 #0D0907 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.95.

Color convert

RGB1397-
CMYK00.310.460.95
HSL20º30%3.92%-
HSV(B)20º46.15%5.1%-
XYZ0.30.30.24-
YUV9.97126.33130.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 44.83%
GREEN value IS 9 (3.91% from 255) = 31.03%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=44.83%
G=31.03%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal139700.310.460.9520303.92
HexD9701F2E5F141e4
Octal151170375613724364
Binary1101100111101111110111010111111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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