#0F0411

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

Shades of Blackcurrant #0F0411

Tints of Blackcurrant #0F0411

Color information

#0F0411 (or 0x0F0411) is unknown color: approx Blackcurrant. HEX triplet: 0F, 04 and 11. RGB value is (15,4,17). Sum of RGB (Red+Green+Blue) = 15+4+17=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0411 is #F0FBEE. Grayscale: #080808. Windows color (decimal): -15793135 or 1115151. OLE color: 1115151.

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

Color convert

RGB15417-
CMYK0.120.7600.93
HSL290.77º61.9%4.12%-
HSV(B)290.77º76.47%6.67%-
XYZ0.340.230.56-
YUV8.77132.64132.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 41.67%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 17 (7.03% from 255) = 47.22%
R=41.67%
G=11.11%
B=47.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal154170.120.7600.93290.7761.94.12
HexF411C4C05D1233e4
Octal17421141140135443764
Binary1111100100011100100110001011101100100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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