#0F0404

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

Shades of Black #0F0404

Tints of Black #0F0404

Color information

#0F0404 (or 0x0F0404) is unknown color: approx Black. HEX triplet: 0F, 04 and 04. RGB value is (15,4,4). Sum of RGB (Red+Green+Blue) = 15+4+4=23 (3% of max value = 765). Red value is 15 (6.25% from 255 or 65.22% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0404 is #F0FBFB. Grayscale: #070707. Windows color (decimal): -15793148 or 263183. OLE color: 263183.

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

Color convert

RGB1544-
CMYK00.730.730.94
HSL57.89%3.73%-
HSV(B)73.33%5.88%-
XYZ0.260.20.14-
YUV7.29126.14133.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 65.22%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 4 (1.95% from 255) = 17.39%
R=65.22%
G=17.39%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal154400.730.730.94057.893.73
HexF44049495E03a4
Octal174401111111360724
Binary111110010001001001100100110111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,4,4); }

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

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

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

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

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

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

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