#0F0517

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

Shades of Blackcurrant #0F0517

Tints of Blackcurrant #0F0517

Color information

#0F0517 (or 0x0F0517) is unknown color: approx Blackcurrant. HEX triplet: 0F, 05 and 17. RGB value is (15,5,23). Sum of RGB (Red+Green+Blue) = 15+5+23=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0517 is #F0FAE8. Grayscale: #090909. Windows color (decimal): -15792873 or 1508623. OLE color: 1508623.

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

Color convert

RGB15523-
CMYK0.350.7800.91
HSL273.33º64.29%5.49%-
HSV(B)273.33º78.26%9.02%-
XYZ0.410.270.84-
YUV10.04135.31131.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.88%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=34.88%
G=11.63%
B=53.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal155230.350.7800.91273.3364.295.49
HexF517234E05B111405
Octal175274311601334211005
Binary1111101101111000111001110010110111000100011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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