#0E011D

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

Shades of Blackcurrant #0E011D

Tints of Blackcurrant #0E011D

Color information

#0E011D (or 0x0E011D) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 1D. RGB value is (14,1,29). Sum of RGB (Red+Green+Blue) = 14+1+29=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E011D is #F1FEE2. Grayscale: #070707. Windows color (decimal): -15859427 or 1900814. OLE color: 1900814.

HSL color Cylindrical-coordinate representation of color #0E011D: hue angle of 267.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E011D is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB14129-
CMYK0.520.9700.89
HSL267.86º93.33%5.88%-
HSV(B)267.86º96.55%11.37%-
XYZ0.410.21.18-
YUV8.08139.81132.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.82%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 29 (11.72% from 255) = 65.91%
R=31.82%
G=2.27%
B=65.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal141290.520.9700.89267.8693.335.88
HexE11D346105910c5d6
Octal161356414101314141356
Binary11101111011101001100001010110011000011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,29); }

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

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

 a { background-color: rgb(14,1,29); }

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

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

 span { border-color: rgb(14,1,29); }

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