#0F0914

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

Shades of Blackcurrant #0F0914

Tints of Blackcurrant #0F0914

Color information

#0F0914 (or 0x0F0914) is unknown color: approx Blackcurrant. HEX triplet: 0F, 09 and 14. RGB value is (15,9,20). Sum of RGB (Red+Green+Blue) = 15+9+20=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0914 is #F0F6EB. Grayscale: #0C0C0C. Windows color (decimal): -15791852 or 1313039. OLE color: 1313039.

HSL color Cylindrical-coordinate representation of color #0F0914: hue angle of 272.73º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F0914 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB15920-
CMYK0.250.5500.92
HSL272.73º37.93%5.69%-
HSV(B)272.73º55%7.84%-
XYZ0.420.350.71-
YUV12.05132.49130.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.09%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=34.09%
G=20.45%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal159200.250.5500.92272.7337.935.69
HexF914193705C111266
Octal17112431670134421466
Binary11111001101001100111011101011100100010001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,20); }

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

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

 a { background-color: rgb(15,9,20); }

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

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

 span { border-color: rgb(15,9,20); }

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