#0F0C11

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

Shades of Blackcurrant #0F0C11

Tints of Blackcurrant #0F0C11

Color information

#0F0C11 (or 0x0F0C11) is unknown color: approx Blackcurrant. HEX triplet: 0F, 0C and 11. RGB value is (15,12,17). Sum of RGB (Red+Green+Blue) = 15+12+17=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C11 is #F0F3EE. Grayscale: #0D0D0D. Windows color (decimal): -15791087 or 1117199. OLE color: 1117199.

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

Color convert

RGB151217-
CMYK0.120.2900.93
HSL276º17.24%5.69%-
HSV(B)276º29.41%6.67%-
XYZ0.430.40.59-
YUV13.47129.99129.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.09%
GREEN value IS 12 (5.08% from 255) = 27.27%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=34.09%
G=27.27%
B=38.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1512170.120.2900.9327617.245.69
HexFC11C1D05D114116
Octal17142114350135424216
Binary11111100100011100111010101110110001010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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