#0E051F

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

Shades of Blackcurrant #0E051F

Tints of Blackcurrant #0E051F

Color information

#0E051F (or 0x0E051F) is unknown color: approx Blackcurrant. HEX triplet: 0E, 05 and 1F. RGB value is (14,5,31). Sum of RGB (Red+Green+Blue) = 14+5+31=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 5 (2.34% from 255 or 10% 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 #0E051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051F is #F1FAE0. Grayscale: #0A0A0A. Windows color (decimal): -15858401 or 2032910. OLE color: 2032910.

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

Color convert

RGB14531-
CMYK0.550.8400.88
HSL260.77º72.22%7.06%-
HSV(B)260.77º83.87%12.16%-
XYZ0.480.31.33-
YUV10.66139.48130.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 31 (12.5% from 255) = 62%
R=28%
G=10%
B=62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal145310.550.8400.88260.7772.227.06
HexE51F3754058105487
Octal165376712401304051107
Binary1110101111111101111010100010110001000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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