#0E0911

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

Shades of Blackcurrant #0E0911

Tints of Blackcurrant #0E0911

Color information

#0E0911 (or 0x0E0911) is unknown color: approx Blackcurrant. HEX triplet: 0E, 09 and 11. RGB value is (14,9,17). Sum of RGB (Red+Green+Blue) = 14+9+17=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E0911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0911 is #F1F6EE. Grayscale: #0B0B0B. Windows color (decimal): -15857391 or 1116430. OLE color: 1116430.

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

Color convert

RGB14917-
CMYK0.180.4700.93
HSL277.5º30.77%5.1%-
HSV(B)277.5º47.06%6.67%-
XYZ0.380.330.57-
YUV11.41131.16129.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 35%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 17 (7.03% from 255) = 42.5%
R=35%
G=22.5%
B=42.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal149170.180.4700.93277.530.775.1
HexE911122F05D1161f5
Octal16112122570135426375
Binary1110100110001100101011110101110110001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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