#0D0909

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

Shades of Black #0D0909

Tints of Black #0D0909

Color information

#0D0909 (or 0x0D0909) is unknown color: approx Black. HEX triplet: 0D, 09 and 09. RGB value is (13,9,9). Sum of RGB (Red+Green+Blue) = 13+9+9=31 (4% of max value = 765). Red value is 13 (5.47% from 255 or 41.94% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0909 is #F2F6F6. Grayscale: #0A0A0A. Windows color (decimal): -15922935 or 592141. OLE color: 592141.

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

Color convert

RGB1399-
CMYK00.310.310.95
HSL18.18%4.31%-
HSV(B)30.77%5.1%-
XYZ0.310.30.3-
YUV10.2127.33130-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 41.94%
GREEN value IS 9 (3.91% from 255) = 29.03%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=41.94%
G=29.03%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal139900.310.310.95018.184.31
HexD9901F1F5F0124
Octal151111037371370224
Binary110110011001011111111111011111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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