#0F0B15

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

Shades of Blackcurrant #0F0B15

Tints of Blackcurrant #0F0B15

Color information

#0F0B15 (or 0x0F0B15) is unknown color: approx Blackcurrant. HEX triplet: 0F, 0B and 15. RGB value is (15,11,21). Sum of RGB (Red+Green+Blue) = 15+11+21=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B15 is #F0F4EA. Grayscale: #0D0D0D. Windows color (decimal): -15791339 or 1379087. OLE color: 1379087.

HSL color Cylindrical-coordinate representation of color #0F0B15: hue angle of 264º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F0B15 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB151121-
CMYK0.290.4800.92
HSL264º31.25%6.27%-
HSV(B)264º47.62%8.24%-
XYZ0.450.40.76-
YUV13.34132.33129.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 11 (4.69% from 255) = 23.40%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=31.91%
G=23.40%
B=44.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1511210.290.4800.9226431.256.27
HexFB151D3005C1081f6
Octal17132535600134410376
Binary1111101110101111011100000101110010000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,11,21); }

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

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

 a { background-color: rgb(15,11,21); }

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

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

 span { border-color: rgb(15,11,21); }

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