#0E041F

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

Shades of Blackcurrant #0E041F

Tints of Blackcurrant #0E041F

Color information

#0E041F (or 0x0E041F) is unknown color: approx Blackcurrant. HEX triplet: 0E, 04 and 1F. RGB value is (14,4,31). Sum of RGB (Red+Green+Blue) = 14+4+31=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E041F is #F1FBE0. Grayscale: #090909. Windows color (decimal): -15858657 or 2032654. OLE color: 2032654.

HSL color Cylindrical-coordinate representation of color #0E041F: hue angle of 262.22º 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 #0E041F is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB14431-
CMYK0.550.8700.88
HSL262.22º77.14%6.86%-
HSV(B)262.22º87.1%12.16%-
XYZ0.470.281.33-
YUV10.07139.81130.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=28.57%
G=8.16%
B=63.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal144310.550.8700.88262.2277.146.86
HexE41F37570581064d7
Octal164376712701304061157
Binary1110100111111101111010111010110001000001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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