#0F0D11

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

Shades of Blackcurrant #0F0D11

Tints of Blackcurrant #0F0D11

Color information

#0F0D11 (or 0x0F0D11) is unknown color: approx Blackcurrant. HEX triplet: 0F, 0D and 11. RGB value is (15,13,17). Sum of RGB (Red+Green+Blue) = 15+13+17=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D11 is #F0F2EE. Grayscale: #0E0E0E. Windows color (decimal): -15790831 or 1117455. OLE color: 1117455.

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

Color convert

RGB151317-
CMYK0.120.2400.93
HSL270º13.33%5.88%-
HSV(B)270º23.53%6.67%-
XYZ0.440.430.59-
YUV14.05129.66128.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 28.89%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=33.33%
G=28.89%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1513170.120.2400.9327013.335.88
HexFD11C1805D10ed6
Octal17152114300135416156
Binary1111110110001110011000010111011000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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