#0F041B

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

Shades of Blackcurrant #0F041B

Tints of Blackcurrant #0F041B

Color information

#0F041B (or 0x0F041B) is unknown color: approx Blackcurrant. HEX triplet: 0F, 04 and 1B. RGB value is (15,4,27). Sum of RGB (Red+Green+Blue) = 15+4+27=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F041B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F041B is #F0FBE4. Grayscale: #090909. Windows color (decimal): -15793125 or 1770511. OLE color: 1770511.

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

Color convert

RGB15427-
CMYK0.440.8500.89
HSL268.7º74.19%6.08%-
HSV(B)268.7º85.19%10.59%-
XYZ0.440.271.07-
YUV9.91137.64131.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 27 (10.94% from 255) = 58.70%
R=32.61%
G=8.70%
B=58.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal154270.440.8500.89268.774.196.08
HexF41B2C5505910d4a6
Octal174335412501314151126
Binary1111100110111011001010101010110011000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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