#0E012D

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

Shades of Blackcurrant #0E012D

Tints of Blackcurrant #0E012D

Color information

#0E012D (or 0x0E012D) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 2D. RGB value is (14,1,45). Sum of RGB (Red+Green+Blue) = 14+1+45=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 45 (17.97% from 255 or 75% from 60); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E012D is #F1FED2. Grayscale: #090909. Windows color (decimal): -15859411 or 2949390. OLE color: 2949390.

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

Color convert

RGB14145-
CMYK0.690.9800.82
HSL257.73º95.65%9.02%-
HSV(B)257.73º97.78%17.65%-
XYZ0.670.32.51-
YUV9.9147.81130.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.33%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 45 (17.97% from 255) = 75%
R=23.33%
G=1.67%
B=75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal141450.690.9800.82257.7395.659.02
HexE12D4562052102609
Octal16155105142012240214011
Binary11101101101100010111000100101001010000001011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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