#0F0513

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

Shades of Blackcurrant #0F0513

Tints of Blackcurrant #0F0513

Color information

#0F0513 (or 0x0F0513) is unknown color: approx Blackcurrant. HEX triplet: 0F, 05 and 13. RGB value is (15,5,19). Sum of RGB (Red+Green+Blue) = 15+5+19=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #0F0513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0513 is #F0FAEC. Grayscale: #090909. Windows color (decimal): -15792877 or 1246479. OLE color: 1246479.

HSL color Cylindrical-coordinate representation of color #0F0513: hue angle of 282.86º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F0513 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB15519-
CMYK0.210.7400.93
HSL282.86º58.33%4.71%-
HSV(B)282.86º73.68%7.45%-
XYZ0.370.260.65-
YUV9.59133.31131.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 38.46%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=38.46%
G=12.82%
B=48.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal155190.210.7400.93282.8658.334.71
HexF513154A05D11b3a5
Octal17523251120135433725
Binary11111011001110101100101001011101100011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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