#0E051E

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

Shades of Blackcurrant #0E051E

Tints of Blackcurrant #0E051E

Color information

#0E051E (or 0x0E051E) is unknown color: approx Blackcurrant. HEX triplet: 0E, 05 and 1E. RGB value is (14,5,30). Sum of RGB (Red+Green+Blue) = 14+5+30=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051E is #F1FAE1. Grayscale: #0A0A0A. Windows color (decimal): -15858402 or 1967374. OLE color: 1967374.

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

Color convert

RGB14530-
CMYK0.530.8300.88
HSL261.6º71.43%6.86%-
HSV(B)261.6º83.33%11.76%-
XYZ0.470.31.26-
YUV10.54138.98130.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 30 (12.11% from 255) = 61.22%
R=28.57%
G=10.20%
B=61.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal145300.530.8300.88261.671.436.86
HexE51E3553058106477
Octal165366512301304061077
Binary1110101111101101011010011010110001000001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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