#0F041D

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

Shades of Blackcurrant #0F041D

Tints of Blackcurrant #0F041D

Color information

#0F041D (or 0x0F041D) is unknown color: approx Blackcurrant. HEX triplet: 0F, 04 and 1D. RGB value is (15,4,29). Sum of RGB (Red+Green+Blue) = 15+4+29=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F041D is #F0FBE2. Grayscale: #0A0A0A. Windows color (decimal): -15793123 or 1901583. OLE color: 1901583.

HSL color Cylindrical-coordinate representation of color #0F041D: hue angle of 266.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F041D is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB15429-
CMYK0.480.8600.89
HSL266.4º75.76%6.47%-
HSV(B)266.4º86.21%11.37%-
XYZ0.460.281.19-
YUV10.14138.64131.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=31.25%
G=8.33%
B=60.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal154290.480.8600.89266.475.766.47
HexF41D305605910a4c6
Octal174356012601314121146
Binary1111100111011100001010110010110011000010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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