#0F041F

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

Shades of Blackcurrant #0F041F

Tints of Blackcurrant #0F041F

Color information

#0F041F (or 0x0F041F) is unknown color: approx Blackcurrant. HEX triplet: 0F, 04 and 1F. RGB value is (15,4,31). Sum of RGB (Red+Green+Blue) = 15+4+31=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F041F is #F0FBE0. Grayscale: #0A0A0A. Windows color (decimal): -15793121 or 2032655. OLE color: 2032655.

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

Color convert

RGB15431-
CMYK0.520.8700.88
HSL264.44º77.14%6.86%-
HSV(B)264.44º87.1%12.16%-
XYZ0.490.291.33-
YUV10.37139.64131.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 31 (12.5% from 255) = 62%
R=30%
G=8%
B=62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal154310.520.8700.88264.4477.146.86
HexF41F34570581084d7
Octal174376412701304101157
Binary1111100111111101001010111010110001000010001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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