#0F051C

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

Shades of Blackcurrant #0F051C

Tints of Blackcurrant #0F051C

Color information

#0F051C (or 0x0F051C) is unknown color: approx Blackcurrant. HEX triplet: 0F, 05 and 1C. RGB value is (15,5,28). Sum of RGB (Red+Green+Blue) = 15+5+28=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F051C is #F0FAE3. Grayscale: #0A0A0A. Windows color (decimal): -15792868 or 1836303. OLE color: 1836303.

HSL color Cylindrical-coordinate representation of color #0F051C: hue angle of 266.09º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F051C is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB15528-
CMYK0.460.8200.89
HSL266.09º69.7%6.47%-
HSV(B)266.09º82.14%10.98%-
XYZ0.460.291.13-
YUV10.61137.81131.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=31.25%
G=10.42%
B=58.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal155280.460.8200.89266.0969.76.47
HexF51C2E5205910a466
Octal175345612201314121066
Binary1111101111001011101010010010110011000010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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