#0E0211

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

Shades of Blackcurrant #0E0211

Tints of Blackcurrant #0E0211

Color information

#0E0211 (or 0x0E0211) is unknown color: approx Blackcurrant. HEX triplet: 0E, 02 and 11. RGB value is (14,2,17). Sum of RGB (Red+Green+Blue) = 14+2+17=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E0211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0211 is #F1FDEE. Grayscale: #070707. Windows color (decimal): -15859183 or 1114638. OLE color: 1114638.

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

Color convert

RGB14217-
CMYK0.180.8800.93
HSL288º78.95%3.73%-
HSV(B)288º88.24%6.67%-
XYZ0.30.180.55-
YUV7.3133.48132.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 42.42%
GREEN value IS 2 (1.17% from 255) = 6.06%
BLUE value IS 17 (7.03% from 255) = 51.52%
R=42.42%
G=6.06%
B=51.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal142170.180.8800.9328878.953.73
HexE211125805D1204f4
Octal162212213001354401174
Binary11101010001100101011000010111011001000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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