#0F0903

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

Shades of Black #0F0903

Tints of Black #0F0903

Color information

#0F0903 (or 0x0F0903) is unknown color: approx Black. HEX triplet: 0F, 09 and 03. RGB value is (15,9,3). Sum of RGB (Red+Green+Blue) = 15+9+3=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0903 is #F0F6FC. Grayscale: #0A0A0A. Windows color (decimal): -15791869 or 198927. OLE color: 198927.

HSL color Cylindrical-coordinate representation of color #0F0903: hue angle of 30º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F0903 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.94.

Color convert

RGB1593-
CMYK00.400.800.94
HSL30º66.67%3.53%-
HSV(B)30º80%5.88%-
XYZ0.310.30.13-
YUV10.11123.99131.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 11.11%
R=55.56%
G=33.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal159300.400.800.943066.673.53
HexF93028505E1e434
Octal17113050120136361034
Binary1111100111010100010100001011110111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,3); }

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

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

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

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

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

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

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