#0F021D

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

Shades of Blackcurrant #0F021D

Tints of Blackcurrant #0F021D

Color information

#0F021D (or 0x0F021D) is unknown color: approx Blackcurrant. HEX triplet: 0F, 02 and 1D. RGB value is (15,2,29). Sum of RGB (Red+Green+Blue) = 15+2+29=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F021D is #F0FDE2. Grayscale: #080808. Windows color (decimal): -15793635 or 1901071. OLE color: 1901071.

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

Color convert

RGB15229-
CMYK0.480.9300.89
HSL268.89º87.1%6.08%-
HSV(B)268.89º93.1%11.37%-
XYZ0.440.231.18-
YUV8.96139.31132.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 29 (11.72% from 255) = 63.04%
R=32.61%
G=4.35%
B=63.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152290.480.9300.89268.8987.16.08
HexF21D305D05910d576
Octal172356013501314151276
Binary111110111011100001011101010110011000011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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