#0E012E

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

Shades of Blackcurrant #0E012E

Tints of Blackcurrant #0E012E

Color information

#0E012E (or 0x0E012E) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 2E. RGB value is (14,1,46). Sum of RGB (Red+Green+Blue) = 14+1+46=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 46 (18.36% from 255 or 75.41% from 61); Max value from RGB is 46 - color contains mainly: blue. Hex color #0E012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E012E is #F1FED1. Grayscale: #090909. Windows color (decimal): -15859410 or 3014926. OLE color: 3014926.

HSL color Cylindrical-coordinate representation of color #0E012E: hue angle of 257.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E012E is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB14146-
CMYK0.700.9800.82
HSL257.33º95.74%9.22%-
HSV(B)257.33º97.83%18.04%-
XYZ0.690.312.61-
YUV10.02148.31130.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 46 (18.36% from 255) = 75.41%
R=22.95%
G=1.64%
B=75.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal141460.700.9800.82257.3395.749.22
HexE12E4662052101609
Octal16156106142012240114011
Binary11101101110100011011000100101001010000000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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