#0E0914

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

Shades of Blackcurrant #0E0914

Tints of Blackcurrant #0E0914

Color information

#0E0914 (or 0x0E0914) is unknown color: approx Blackcurrant. HEX triplet: 0E, 09 and 14. RGB value is (14,9,20). Sum of RGB (Red+Green+Blue) = 14+9+20=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #0E0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0914 is #F1F6EB. Grayscale: #0B0B0B. Windows color (decimal): -15857388 or 1313038. OLE color: 1313038.

HSL color Cylindrical-coordinate representation of color #0E0914: hue angle of 267.27º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E0914 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB14920-
CMYK0.300.5500.92
HSL267.27º37.93%5.69%-
HSV(B)267.27º55%7.84%-
XYZ0.410.340.71-
YUV11.75132.66129.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 9 (3.91% from 255) = 20.93%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=32.56%
G=20.93%
B=46.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal149200.300.5500.92267.2737.935.69
HexE9141E3705C10b266
Octal16112436670134413466
Binary11101001101001111011011101011100100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,20); }

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

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

 a { background-color: rgb(14,9,20); }

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

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

 span { border-color: rgb(14,9,20); }

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