#0E0516

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

Shades of Blackcurrant #0E0516

Tints of Blackcurrant #0E0516

Color information

#0E0516 (or 0x0E0516) is unknown color: approx Blackcurrant. HEX triplet: 0E, 05 and 16. RGB value is (14,5,22). Sum of RGB (Red+Green+Blue) = 14+5+22=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0516 is #F1FAE9. Grayscale: #090909. Windows color (decimal): -15858410 or 1443086. OLE color: 1443086.

HSL color Cylindrical-coordinate representation of color #0E0516: hue angle of 271.76º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E0516 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB14522-
CMYK0.360.7700.91
HSL271.76º62.96%5.29%-
HSV(B)271.76º77.27%8.63%-
XYZ0.380.260.79-
YUV9.63134.98131.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=34.15%
G=12.20%
B=53.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal145220.360.7700.91271.7662.965.29
HexE516244D05B1103f5
Octal16526441150133420775
Binary111010110110100100100110101011011100010000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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