#0F0918

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

Shades of Blackcurrant #0F0918

Tints of Blackcurrant #0F0918

Color information

#0F0918 (or 0x0F0918) is unknown color: approx Blackcurrant. HEX triplet: 0F, 09 and 18. RGB value is (15,9,24). Sum of RGB (Red+Green+Blue) = 15+9+24=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0918 is #F0F6E7. Grayscale: #0C0C0C. Windows color (decimal): -15791848 or 1575183. OLE color: 1575183.

HSL color Cylindrical-coordinate representation of color #0F0918: hue angle of 264º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F0918 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB15924-
CMYK0.370.6300.91
HSL264º45.45%6.47%-
HSV(B)264º62.5%9.41%-
XYZ0.460.360.91-
YUV12.5134.49129.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 24 (9.77% from 255) = 50%
R=31.25%
G=18.75%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal159240.370.6300.9126445.456.47
HexF918253F05B1082d6
Octal17113045770133410556
Binary111110011100010010111111101011011100001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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