#0F0616

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

Shades of Blackcurrant #0F0616

Tints of Blackcurrant #0F0616

Color information

#0F0616 (or 0x0F0616) is unknown color: approx Blackcurrant. HEX triplet: 0F, 06 and 16. RGB value is (15,6,22). Sum of RGB (Red+Green+Blue) = 15+6+22=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0616 is #F0F9E9. Grayscale: #0A0A0A. Windows color (decimal): -15792618 or 1443343. OLE color: 1443343.

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

Color convert

RGB15622-
CMYK0.320.7300.91
HSL273.75º57.14%5.49%-
HSV(B)273.75º72.73%8.63%-
XYZ0.410.290.79-
YUV10.52134.48131.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.88%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=34.88%
G=13.95%
B=51.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal156220.320.7300.91273.7557.145.49
HexF616204905B112395
Octal17626401110133422715
Binary111111010110100000100100101011011100010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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