#0E0819

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

Shades of Blackcurrant #0E0819

Tints of Blackcurrant #0E0819

Color information

#0E0819 (or 0x0E0819) is unknown color: approx Blackcurrant. HEX triplet: 0E, 08 and 19. RGB value is (14,8,25). Sum of RGB (Red+Green+Blue) = 14+8+25=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E0819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0819 is #F1F7E6. Grayscale: #0B0B0B. Windows color (decimal): -15857639 or 1640462. OLE color: 1640462.

HSL color Cylindrical-coordinate representation of color #0E0819: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E0819 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB14825-
CMYK0.440.6800.90
HSL261.18º51.52%6.47%-
HSV(B)261.18º68%9.8%-
XYZ0.440.340.96-
YUV11.73135.49129.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=29.79%
G=17.02%
B=53.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal148250.440.6800.90261.1851.526.47
HexE8192C4405A105346
Octal161031541040132405646
Binary1110100011001101100100010001011010100000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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