#0E011A

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

Shades of Blackcurrant #0E011A

Tints of Blackcurrant #0E011A

Color information

#0E011A (or 0x0E011A) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 1A. RGB value is (14,1,26). Sum of RGB (Red+Green+Blue) = 14+1+26=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 26 (10.55% from 255 or 63.41% from 41); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E011A is #F1FEE5. Grayscale: #070707. Windows color (decimal): -15859430 or 1704206. OLE color: 1704206.

HSL color Cylindrical-coordinate representation of color #0E011A: hue angle of 271.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E011A is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB14126-
CMYK0.460.9600.90
HSL271.2º92.59%5.29%-
HSV(B)271.2º96.15%10.2%-
XYZ0.380.190.99-
YUV7.74138.31132.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 26 (10.55% from 255) = 63.41%
R=34.15%
G=2.44%
B=63.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal141260.460.9600.90271.292.595.29
HexE11A2E6005A10f5d5
Octal161325614001324171355
Binary11101110101011101100000010110101000011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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