#0F061D

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

Shades of Blackcurrant #0F061D

Tints of Blackcurrant #0F061D

Color information

#0F061D (or 0x0F061D) is unknown color: approx Blackcurrant. HEX triplet: 0F, 06 and 1D. RGB value is (15,6,29). Sum of RGB (Red+Green+Blue) = 15+6+29=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F061D is #F0F9E2. Grayscale: #0B0B0B. Windows color (decimal): -15792611 or 1902095. OLE color: 1902095.

HSL color Cylindrical-coordinate representation of color #0F061D: hue angle of 263.48º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F061D is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB15629-
CMYK0.480.7900.89
HSL263.48º65.71%6.86%-
HSV(B)263.48º79.31%11.37%-
XYZ0.480.321.2-
YUV11.31137.98130.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 29 (11.72% from 255) = 58%
R=30%
G=12%
B=58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal156290.480.7900.89263.4865.716.86
HexF61D304F059107427
Octal176356011701314071027
Binary1111110111011100001001111010110011000001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,6,29); }

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

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

 a { background-color: rgb(15,6,29); }

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

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

 span { border-color: rgb(15,6,29); }

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