#0F0115

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

Shades of Blackcurrant #0F0115

Tints of Blackcurrant #0F0115

Color information

#0F0115 (or 0x0F0115) is unknown color: approx Blackcurrant. HEX triplet: 0F, 01 and 15. RGB value is (15,1,21). Sum of RGB (Red+Green+Blue) = 15+1+21=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0115 is #F0FEEA. Grayscale: #070707. Windows color (decimal): -15793899 or 1376527. OLE color: 1376527.

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

Color convert

RGB15121-
CMYK0.290.9500.92
HSL282º90.91%4.31%-
HSV(B)282º95.24%8.24%-
XYZ0.340.180.73-
YUV7.47135.64133.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 40.54%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 21 (8.59% from 255) = 56.76%
R=40.54%
G=2.70%
B=56.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal151210.290.9500.9228290.914.31
HexF1151D5F05C11a5b4
Octal171253513701344321334
Binary1111110101111011011111010111001000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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