#0F0516

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

Shades of Blackcurrant #0F0516

Tints of Blackcurrant #0F0516

Color information

#0F0516 (or 0x0F0516) is unknown color: approx Blackcurrant. HEX triplet: 0F, 05 and 16. RGB value is (15,5,22). Sum of RGB (Red+Green+Blue) = 15+5+22=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0516 is #F0FAE9. Grayscale: #090909. Windows color (decimal): -15792874 or 1443087. OLE color: 1443087.

HSL color Cylindrical-coordinate representation of color #0F0516: hue angle of 275.29º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F0516 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB15522-
CMYK0.320.7700.91
HSL275.29º62.96%5.29%-
HSV(B)275.29º77.27%8.63%-
XYZ0.40.270.79-
YUV9.93134.81131.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 35.71%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 22 (8.98% from 255) = 52.38%
R=35.71%
G=11.90%
B=52.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal155220.320.7700.91275.2962.965.29
HexF516204D05B1133f5
Octal17526401150133423775
Binary111110110110100000100110101011011100010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,22); }

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

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

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

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

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

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

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