#0F051D

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

Shades of Blackcurrant #0F051D

Tints of Blackcurrant #0F051D

Color information

#0F051D (or 0x0F051D) is unknown color: approx Blackcurrant. HEX triplet: 0F, 05 and 1D. RGB value is (15,5,29). Sum of RGB (Red+Green+Blue) = 15+5+29=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F051D is #F0FAE2. Grayscale: #0A0A0A. Windows color (decimal): -15792867 or 1901839. OLE color: 1901839.

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

Color convert

RGB15529-
CMYK0.480.8300.89
HSL265º70.59%6.67%-
HSV(B)265º82.76%11.37%-
XYZ0.470.31.2-
YUV10.73138.31131.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 29 (11.72% from 255) = 59.18%
R=30.61%
G=10.20%
B=59.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal155290.480.8300.8926570.596.67
HexF51D3053059109477
Octal175356012301314111077
Binary1111101111011100001010011010110011000010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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