#0E0C11

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

Shades of Blackcurrant #0E0C11

Tints of Blackcurrant #0E0C11

Color information

#0E0C11 (or 0x0E0C11) is unknown color: approx Blackcurrant. HEX triplet: 0E, 0C and 11. RGB value is (14,12,17). Sum of RGB (Red+Green+Blue) = 14+12+17=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E0C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0C11 is #F1F3EE. Grayscale: #0D0D0D. Windows color (decimal): -15856623 or 1117198. OLE color: 1117198.

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

Color convert

RGB141217-
CMYK0.180.2900.93
HSL264º17.24%5.69%-
HSV(B)264º29.41%6.67%-
XYZ0.410.40.59-
YUV13.17130.16128.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=32.56%
G=27.91%
B=39.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1412170.180.2900.9326417.245.69
HexEC11121D05D108116
Octal16142122350135410216
Binary111011001000110010111010101110110000100010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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