#0F0815

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

Shades of Blackcurrant #0F0815

Tints of Blackcurrant #0F0815

Color information

#0F0815 (or 0x0F0815) is unknown color: approx Blackcurrant. HEX triplet: 0F, 08 and 15. RGB value is (15,8,21). Sum of RGB (Red+Green+Blue) = 15+8+21=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0815 is #F0F7EA. Grayscale: #0B0B0B. Windows color (decimal): -15792107 or 1378319. OLE color: 1378319.

HSL color Cylindrical-coordinate representation of color #0F0815: hue angle of 272.31º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F0815 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB15821-
CMYK0.290.6200.92
HSL272.31º44.83%5.69%-
HSV(B)272.31º61.9%8.24%-
XYZ0.420.330.75-
YUV11.58133.32130.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.09%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 21 (8.59% from 255) = 47.73%
R=34.09%
G=18.18%
B=47.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal158210.290.6200.92272.3144.835.69
HexF8151D3E05C1102d6
Octal17102535760134420556
Binary11111000101011110111111001011100100010000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,21); }

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

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

 a { background-color: rgb(15,8,21); }

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

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

 span { border-color: rgb(15,8,21); }

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