#0F0118

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

Shades of Blackcurrant #0F0118

Tints of Blackcurrant #0F0118

Color information

#0F0118 (or 0x0F0118) is unknown color: approx Blackcurrant. HEX triplet: 0F, 01 and 18. RGB value is (15,1,24). Sum of RGB (Red+Green+Blue) = 15+1+24=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0118 is #F0FEE7. Grayscale: #070707. Windows color (decimal): -15793896 or 1573135. OLE color: 1573135.

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

Color convert

RGB15124-
CMYK0.370.9600.91
HSL276.52º92%4.9%-
HSV(B)276.52º95.83%9.41%-
XYZ0.370.190.88-
YUV7.81137.14133.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 24 (9.77% from 255) = 60%
R=37.5%
G=2.5%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal151240.370.9600.91276.52924.9
HexF118256005B1155c5
Octal171304514001334251345
Binary11111110001001011100000010110111000101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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