#0F0602

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

Shades of Black #0F0602

Tints of Black #0F0602

Color information

#0F0602 (or 0x0F0602) is unknown color: approx Black. HEX triplet: 0F, 06 and 02. RGB value is (15,6,2). Sum of RGB (Red+Green+Blue) = 15+6+2=23 (3% of max value = 765). Red value is 15 (6.25% from 255 or 65.22% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0602 is #F0F9FD. Grayscale: #080808. Windows color (decimal): -15792638 or 132623. OLE color: 132623.

HSL color Cylindrical-coordinate representation of color #0F0602: hue angle of 18.46º 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 #0F0602 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB1562-
CMYK00.600.870.94
HSL18.46º76.47%3.33%-
HSV(B)18.46º86.67%5.88%-
XYZ0.270.240.09-
YUV8.24124.48132.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 65.22%
GREEN value IS 6 (2.73% from 255) = 26.09%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=65.22%
G=26.09%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal156200.600.870.9418.4676.473.33
HexF6203C575E124c3
Octal1762074127136221143
Binary11111101001111001010111101111010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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