#0F0518

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

Shades of Blackcurrant #0F0518

Tints of Blackcurrant #0F0518

Color information

#0F0518 (or 0x0F0518) is unknown color: approx Blackcurrant. HEX triplet: 0F, 05 and 18. RGB value is (15,5,24). Sum of RGB (Red+Green+Blue) = 15+5+24=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0518 is #F0FAE7. Grayscale: #0A0A0A. Windows color (decimal): -15792872 or 1574159. OLE color: 1574159.

HSL color Cylindrical-coordinate representation of color #0F0518: hue angle of 271.58º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F0518 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB15524-
CMYK0.370.7900.91
HSL271.58º65.52%5.69%-
HSV(B)271.58º79.17%9.41%-
XYZ0.420.280.9-
YUV10.16135.81131.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.09%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=34.09%
G=11.36%
B=54.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal155240.370.7900.91271.5865.525.69
HexF518254F05B110426
Octal175304511701334201026
Binary1111101110001001011001111010110111000100001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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