#0F0011

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

Shades of Blackcurrant #0F0011

Tints of Blackcurrant #0F0011

Color information

#0F0011 (or 0x0F0011) is unknown color: approx Blackcurrant. HEX triplet: 0F, 00 and 11. RGB value is (15,0,17). Sum of RGB (Red+Green+Blue) = 15+0+17=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0011 is #F0FFEE. Grayscale: #060606. Windows color (decimal): -15794159 or 1114127. OLE color: 1114127.

HSL color Cylindrical-coordinate representation of color #0F0011: hue angle of 292.94º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0011 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB15017-
CMYK0.12100.93
HSL292.94º100%3.33%-
HSV(B)292.94º100%6.67%-
XYZ0.30.140.54-
YUV6.42133.97134.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 46.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 53.12%
R=46.88%
G=0%
B=53.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal150170.12100.93292.941003.33
HexF011C6405D125643
Octal170211414401354451443
Binary11110100011100110010001011101100100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,0,17); }

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

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

 a { background-color: rgb(15,0,17); }

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

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

 span { border-color: rgb(15,0,17); }

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