#0F0816

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

Shades of Blackcurrant #0F0816

Tints of Blackcurrant #0F0816

Color information

#0F0816 (or 0x0F0816) is unknown color: approx Blackcurrant. HEX triplet: 0F, 08 and 16. RGB value is (15,8,22). Sum of RGB (Red+Green+Blue) = 15+8+22=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0816 is #F0F7E9. Grayscale: #0B0B0B. Windows color (decimal): -15792106 or 1443855. OLE color: 1443855.

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

Color convert

RGB15822-
CMYK0.320.6400.91
HSL270º46.67%5.88%-
HSV(B)270º63.64%8.63%-
XYZ0.430.330.8-
YUV11.69133.82130.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=33.33%
G=17.78%
B=48.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal158220.320.6400.9127046.675.88
HexF816204005B10e2f6
Octal171026401000133416576
Binary1111100010110100000100000001011011100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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