#0F0719

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

Shades of Blackcurrant #0F0719

Tints of Blackcurrant #0F0719

Color information

#0F0719 (or 0x0F0719) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 19. RGB value is (15,7,25). Sum of RGB (Red+Green+Blue) = 15+7+25=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F0719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0719 is #F0F8E6. Grayscale: #0B0B0B. Windows color (decimal): -15792359 or 1640207. OLE color: 1640207.

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

Color convert

RGB15725-
CMYK0.400.7200.90
HSL266.67º56.25%6.27%-
HSV(B)266.67º72%9.8%-
XYZ0.450.320.96-
YUV11.44135.65130.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=31.91%
G=14.89%
B=53.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal157250.400.7200.90266.6756.256.27
HexF719284805A10b386
Octal17731501100132413706
Binary111111111001101000100100001011010100001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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