#0F021C

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

Shades of Blackcurrant #0F021C

Tints of Blackcurrant #0F021C

Color information

#0F021C (or 0x0F021C) is unknown color: approx Blackcurrant. HEX triplet: 0F, 02 and 1C. RGB value is (15,2,28). Sum of RGB (Red+Green+Blue) = 15+2+28=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F021C is #F0FDE3. Grayscale: #080808. Windows color (decimal): -15793636 or 1835535. OLE color: 1835535.

HSL color Cylindrical-coordinate representation of color #0F021C: hue angle of 270º 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 #0F021C is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB15228-
CMYK0.460.9300.89
HSL270º86.67%5.88%-
HSV(B)270º92.86%10.98%-
XYZ0.430.231.12-
YUV8.85138.81132.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 28 (11.33% from 255) = 62.22%
R=33.33%
G=4.44%
B=62.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152280.460.9300.8927086.675.88
HexF21C2E5D05910e576
Octal172345613501314161276
Binary111110111001011101011101010110011000011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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