#0F021E

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

Shades of Blackcurrant #0F021E

Tints of Blackcurrant #0F021E

Color information

#0F021E (or 0x0F021E) is unknown color: approx Blackcurrant. HEX triplet: 0F, 02 and 1E. RGB value is (15,2,30). Sum of RGB (Red+Green+Blue) = 15+2+30=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F021E is #F0FDE1. Grayscale: #080808. Windows color (decimal): -15793634 or 1966607. OLE color: 1966607.

HSL color Cylindrical-coordinate representation of color #0F021E: hue angle of 267.86º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F021E is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB15230-
CMYK0.50.9300.88
HSL267.86º87.5%6.27%-
HSV(B)267.86º93.33%11.76%-
XYZ0.450.241.25-
YUV9.08139.81132.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 30 (12.11% from 255) = 63.83%
R=31.91%
G=4.26%
B=63.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal152300.50.9300.88267.8687.56.27
HexF21E325D05810c586
Octal172366213501304141306
Binary111110111101100101011101010110001000011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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