#0F0119

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

Shades of Blackcurrant #0F0119

Tints of Blackcurrant #0F0119

Color information

#0F0119 (or 0x0F0119) is unknown color: approx Blackcurrant. HEX triplet: 0F, 01 and 19. RGB value is (15,1,25). Sum of RGB (Red+Green+Blue) = 15+1+25=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0119 is #F0FEE6. Grayscale: #070707. Windows color (decimal): -15793895 or 1638671. OLE color: 1638671.

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

Color convert

RGB15125-
CMYK0.400.9600.90
HSL275º92.31%5.1%-
HSV(B)275º96%9.8%-
XYZ0.380.190.94-
YUV7.92137.64133.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 36.59%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 25 (10.16% from 255) = 60.98%
R=36.59%
G=2.44%
B=60.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal151250.400.9600.9027592.315.1
HexF119286005A1135c5
Octal171315014001324231345
Binary11111110011010001100000010110101000100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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