#0F001F

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

Shades of Blackcurrant #0F001F

Tints of Blackcurrant #0F001F

Color information

#0F001F (or 0x0F001F) is unknown color: approx Blackcurrant. HEX triplet: 0F, 00 and 1F. RGB value is (15,0,31). Sum of RGB (Red+Green+Blue) = 15+0+31=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F001F is #F0FFE0. Grayscale: #070707. Windows color (decimal): -15794145 or 2031631. OLE color: 2031631.

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

Color convert

RGB15031-
CMYK0.52100.88
HSL269.03º100%6.08%-
HSV(B)269.03º100%12.16%-
XYZ0.440.21.31-
YUV8.02140.97132.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 67.39%
R=32.61%
G=0%
B=67.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal150310.52100.88269.031006.08
HexF01F346405810d646
Octal170376414401304151446
Binary11110111111101001100100010110001000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,0,31); }

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

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

 a { background-color: rgb(15,0,31); }

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

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

 span { border-color: rgb(15,0,31); }

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