#0F0715

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

Shades of Blackcurrant #0F0715

Tints of Blackcurrant #0F0715

Color information

#0F0715 (or 0x0F0715) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 15. RGB value is (15,7,21). Sum of RGB (Red+Green+Blue) = 15+7+21=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0715 is #F0F8EA. Grayscale: #0A0A0A. Windows color (decimal): -15792363 or 1378063. OLE color: 1378063.

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

Color convert

RGB15721-
CMYK0.290.6700.92
HSL274.29º50%5.49%-
HSV(B)274.29º66.67%8.24%-
XYZ0.410.310.75-
YUV10.99133.65130.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.88%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 21 (8.59% from 255) = 48.84%
R=34.88%
G=16.28%
B=48.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal157210.290.6700.92274.29505.49
HexF7151D4305C112325
Octal17725351030134422625
Binary11111111010111101100001101011100100010010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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