#0F0901

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

Shades of Black #0F0901

Tints of Black #0F0901

Color information

#0F0901 (or 0x0F0901) is unknown color: approx Black. HEX triplet: 0F, 09 and 01. RGB value is (15,9,1). Sum of RGB (Red+Green+Blue) = 15+9+1=25 (3% of max value = 765). Red value is 15 (6.25% from 255 or 60% from 25); Green value is 9 (3.91% from 255 or 36% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0901 is #F0F6FE. Grayscale: #090909. Windows color (decimal): -15791871 or 67855. OLE color: 67855.

HSL color Cylindrical-coordinate representation of color #0F0901: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0901 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.94.

Color convert

RGB1591-
CMYK00.400.930.94
HSL34.29º87.5%3.14%-
HSV(B)34.29º93.33%5.88%-
XYZ0.30.30.07-
YUV9.88122.99131.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 60%
GREEN value IS 9 (3.91% from 255) = 36%
BLUE value IS 1 (0.78% from 255) = 4%
R=60%
G=36%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal159100.400.930.9434.2987.53.14
HexF910285D5E22583
Octal17111050135136421303
Binary111110011010100010111011011110100010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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