#0F0218

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

Shades of Blackcurrant #0F0218

Tints of Blackcurrant #0F0218

Color information

#0F0218 (or 0x0F0218) is unknown color: approx Blackcurrant. HEX triplet: 0F, 02 and 18. RGB value is (15,2,24). Sum of RGB (Red+Green+Blue) = 15+2+24=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0218 is #F0FDE7. Grayscale: #080808. Windows color (decimal): -15793640 or 1573391. OLE color: 1573391.

HSL color Cylindrical-coordinate representation of color #0F0218: hue angle of 275.45º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0218 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB15224-
CMYK0.370.9200.91
HSL275.45º84.62%5.1%-
HSV(B)275.45º91.67%9.41%-
XYZ0.380.210.88-
YUV8.4136.81132.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 36.59%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=36.59%
G=4.88%
B=58.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152240.370.9200.91275.4584.625.1
HexF218255C05B113555
Octal172304513401334231255
Binary111110110001001011011100010110111000100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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