#0F0316

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

Shades of Blackcurrant #0F0316

Tints of Blackcurrant #0F0316

Color information

#0F0316 (or 0x0F0316) is unknown color: approx Blackcurrant. HEX triplet: 0F, 03 and 16. RGB value is (15,3,22). Sum of RGB (Red+Green+Blue) = 15+3+22=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0316 is #F0FCE9. Grayscale: #080808. Windows color (decimal): -15793386 or 1442575. OLE color: 1442575.

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

Color convert

RGB15322-
CMYK0.320.8600.91
HSL277.89º76%4.9%-
HSV(B)277.89º86.36%8.63%-
XYZ0.370.220.78-
YUV8.75135.48132.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 37.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 22 (8.98% from 255) = 55%
R=37.5%
G=7.5%
B=55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal153220.320.8600.91277.89764.9
HexF316205605B1164c5
Octal173264012601334261145
Binary111111101101000001010110010110111000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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