#0F0521

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

Shades of Blackcurrant #0F0521

Tints of Blackcurrant #0F0521

Color information

#0F0521 (or 0x0F0521) is unknown color: approx Blackcurrant. HEX triplet: 0F, 05 and 21. RGB value is (15,5,33). Sum of RGB (Red+Green+Blue) = 15+5+33=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F0521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0521 is #F0FADE. Grayscale: #0B0B0B. Windows color (decimal): -15792863 or 2163983. OLE color: 2163983.

HSL color Cylindrical-coordinate representation of color #0F0521: hue angle of 261.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0521 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB15533-
CMYK0.550.8500.87
HSL261.43º73.68%7.45%-
HSV(B)261.43º84.85%12.94%-
XYZ0.530.321.47-
YUV11.18140.31130.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 33 (13.28% from 255) = 62.26%
R=28.30%
G=9.43%
B=62.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal155330.550.8500.87261.4373.687.45
HexF52137550571054a7
Octal175416712501274051127
Binary11111011000011101111010101010101111000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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