#0F0402

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

Shades of Black #0F0402

Tints of Black #0F0402

Color information

#0F0402 (or 0x0F0402) is unknown color: approx Black. HEX triplet: 0F, 04 and 02. RGB value is (15,4,2). Sum of RGB (Red+Green+Blue) = 15+4+2=21 (2% of max value = 765). Red value is 15 (6.25% from 255 or 71.43% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0402 is #F0FBFD. Grayscale: #070707. Windows color (decimal): -15793150 or 132111. OLE color: 132111.

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

Color convert

RGB1542-
CMYK00.730.870.94
HSL9.23º76.47%3.33%-
HSV(B)9.23º86.67%5.88%-
XYZ0.250.190.08-
YUV7.06125.14133.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 19.05%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=71.43%
G=19.05%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal154200.730.870.949.2376.473.33
HexF42049575E94c3
Octal17420111127136111143
Binary11111001001001001101011110111101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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