#0E0A13

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

Shades of Blackcurrant #0E0A13

Tints of Blackcurrant #0E0A13

Color information

#0E0A13 (or 0x0E0A13) is unknown color: approx Blackcurrant. HEX triplet: 0E, 0A and 13. RGB value is (14,10,19). Sum of RGB (Red+Green+Blue) = 14+10+19=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E0A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0A13 is #F1F5EC. Grayscale: #0C0C0C. Windows color (decimal): -15857133 or 1247758. OLE color: 1247758.

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

Color convert

RGB141019-
CMYK0.260.4700.93
HSL266.67º31.03%5.69%-
HSV(B)266.67º47.37%7.45%-
XYZ0.410.360.66-
YUV12.22131.83129.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 10 (4.30% from 255) = 23.26%
BLUE value IS 19 (7.81% from 255) = 44.19%
R=32.56%
G=23.26%
B=44.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1410190.260.4700.93266.6731.035.69
HexEA131A2F05D10b1f6
Octal16122332570135413376
Binary1110101010011110101011110101110110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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