#0F0716

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

Shades of Blackcurrant #0F0716

Tints of Blackcurrant #0F0716

Color information

#0F0716 (or 0x0F0716) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 16. RGB value is (15,7,22). Sum of RGB (Red+Green+Blue) = 15+7+22=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0716 is #F0F8E9. Grayscale: #0B0B0B. Windows color (decimal): -15792362 or 1443599. OLE color: 1443599.

HSL color Cylindrical-coordinate representation of color #0F0716: hue angle of 272º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F0716 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB15722-
CMYK0.320.6800.91
HSL272º51.72%5.69%-
HSV(B)272º68.18%8.63%-
XYZ0.420.310.8-
YUV11.1134.15130.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.09%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 22 (8.98% from 255) = 50%
R=34.09%
G=15.91%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal157220.320.6800.9127251.725.69
HexF716204405B110346
Octal17726401040133420646
Binary111111110110100000100010001011011100010000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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