#0E0813

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

Shades of Blackcurrant #0E0813

Tints of Blackcurrant #0E0813

Color information

#0E0813 (or 0x0E0813) is unknown color: approx Blackcurrant. HEX triplet: 0E, 08 and 13. RGB value is (14,8,19). Sum of RGB (Red+Green+Blue) = 14+8+19=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E0813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0813 is #F1F7EC. Grayscale: #0B0B0B. Windows color (decimal): -15857645 or 1247246. OLE color: 1247246.

HSL color Cylindrical-coordinate representation of color #0E0813: hue angle of 272.73º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E0813 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB14819-
CMYK0.260.5800.93
HSL272.73º40.74%5.29%-
HSV(B)272.73º57.89%7.45%-
XYZ0.390.310.66-
YUV11.05132.49130.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 19 (7.81% from 255) = 46.34%
R=34.15%
G=19.51%
B=46.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal148190.260.5800.93272.7340.745.29
HexE8131A3A05D111295
Octal16102332720135421515
Binary11101000100111101011101001011101100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,19); }

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

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

 a { background-color: rgb(14,8,19); }

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

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

 span { border-color: rgb(14,8,19); }

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