#0E011E

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

Shades of Blackcurrant #0E011E

Tints of Blackcurrant #0E011E

Color information

#0E011E (or 0x0E011E) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 1E. RGB value is (14,1,30). Sum of RGB (Red+Green+Blue) = 14+1+30=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E011E is #F1FEE1. Grayscale: #080808. Windows color (decimal): -15859426 or 1966350. OLE color: 1966350.

HSL color Cylindrical-coordinate representation of color #0E011E: hue angle of 266.9º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E011E is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB14130-
CMYK0.530.9700.88
HSL266.9º93.55%6.08%-
HSV(B)266.9º96.67%11.76%-
XYZ0.430.211.25-
YUV8.19140.31132.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 30 (12.11% from 255) = 66.67%
R=31.11%
G=2.22%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal141300.530.9700.88266.993.556.08
HexE11E356105810b5e6
Octal161366514101304131366
Binary11101111101101011100001010110001000010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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