#0E011C

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

Shades of Blackcurrant #0E011C

Tints of Blackcurrant #0E011C

Color information

#0E011C (or 0x0E011C) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 1C. RGB value is (14,1,28). Sum of RGB (Red+Green+Blue) = 14+1+28=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E011C is #F1FEE3. Grayscale: #070707. Windows color (decimal): -15859428 or 1835278. OLE color: 1835278.

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

Color convert

RGB14128-
CMYK0.500.9600.89
HSL268.89º93.1%5.69%-
HSV(B)268.89º96.43%10.98%-
XYZ0.40.21.12-
YUV7.96139.31132.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 28 (11.33% from 255) = 65.12%
R=32.56%
G=2.33%
B=65.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal141280.500.9600.89268.8993.15.69
HexE11C326005910d5d6
Octal161346214001314151356
Binary11101111001100101100000010110011000011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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