#0F0415

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

Shades of Blackcurrant #0F0415

Tints of Blackcurrant #0F0415

Color information

#0F0415 (or 0x0F0415) is unknown color: approx Blackcurrant. HEX triplet: 0F, 04 and 15. RGB value is (15,4,21). Sum of RGB (Red+Green+Blue) = 15+4+21=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0415 is #F0FBEA. Grayscale: #090909. Windows color (decimal): -15793131 or 1377295. OLE color: 1377295.

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

Color convert

RGB15421-
CMYK0.290.8100.92
HSL278.82º68%4.9%-
HSV(B)278.82º80.95%8.24%-
XYZ0.380.240.74-
YUV9.23134.64132.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 37.5%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=37.5%
G=10%
B=52.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal154210.290.8100.92278.82684.9
HexF4151D5105C117445
Octal174253512101344271045
Binary111110010101111011010001010111001000101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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