#0E012F

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

Shades of Blackcurrant #0E012F

Tints of Blackcurrant #0E012F

Color information

#0E012F (or 0x0E012F) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 2F. RGB value is (14,1,47). Sum of RGB (Red+Green+Blue) = 14+1+47=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 47 (18.75% from 255 or 75.81% from 62); Max value from RGB is 47 - color contains mainly: blue. Hex color #0E012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E012F is #F1FED0. Grayscale: #090909. Windows color (decimal): -15859409 or 3080462. OLE color: 3080462.

HSL color Cylindrical-coordinate representation of color #0E012F: hue angle of 256.96º 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 #0E012F is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB14147-
CMYK0.700.9800.82
HSL256.96º95.83%9.41%-
HSV(B)256.96º97.87%18.43%-
XYZ0.710.322.71-
YUV10.13148.81130.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.58%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 47 (18.75% from 255) = 75.81%
R=22.58%
G=1.61%
B=75.81%

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
Decimal141470.700.9800.82256.9695.839.41
HexE12F4662052101609
Octal16157106142012240114011
Binary11101101111100011011000100101001010000000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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