#0F0619

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

Shades of Blackcurrant #0F0619

Tints of Blackcurrant #0F0619

Color information

#0F0619 (or 0x0F0619) is unknown color: approx Blackcurrant. HEX triplet: 0F, 06 and 19. RGB value is (15,6,25). Sum of RGB (Red+Green+Blue) = 15+6+25=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F0619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0619 is #F0F9E6. Grayscale: #0A0A0A. Windows color (decimal): -15792615 or 1639951. OLE color: 1639951.

HSL color Cylindrical-coordinate representation of color #0F0619: hue angle of 268.42º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F0619 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB15625-
CMYK0.400.7600.90
HSL268.42º61.29%6.08%-
HSV(B)268.42º76%9.8%-
XYZ0.440.30.95-
YUV10.86135.98130.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 6 (2.73% from 255) = 13.04%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=32.61%
G=13.04%
B=54.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal156250.400.7600.90268.4261.296.08
HexF619284C05A10c3d6
Octal17631501140132414756
Binary111111011001101000100110001011010100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,6,25); }

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

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

 a { background-color: rgb(15,6,25); }

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

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

 span { border-color: rgb(15,6,25); }

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