#0D0902

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

Shades of Black #0D0902

Tints of Black #0D0902

Color information

#0D0902 (or 0x0D0902) is unknown color: approx Black. HEX triplet: 0D, 09 and 02. RGB value is (13,9,2). Sum of RGB (Red+Green+Blue) = 13+9+2=24 (3% of max value = 765). Red value is 13 (5.47% from 255 or 54.17% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0902 is #F2F6FD. Grayscale: #090909. Windows color (decimal): -15922942 or 133389. OLE color: 133389.

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

Color convert

RGB1392-
CMYK00.310.850.95
HSL38.18º73.33%2.94%-
HSV(B)38.18º84.62%5.1%-
XYZ0.270.290.1-
YUV9.4123.83130.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 54.17%
GREEN value IS 9 (3.91% from 255) = 37.5%
BLUE value IS 2 (1.17% from 255) = 8.33%
R=54.17%
G=37.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal139200.310.850.9538.1873.332.94
HexD9201F555F26493
Octal15112037125137461113
Binary110110011001111110101011011111100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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