#0E031C

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

Shades of Blackcurrant #0E031C

Tints of Blackcurrant #0E031C

Color information

#0E031C (or 0x0E031C) is unknown color: approx Blackcurrant. HEX triplet: 0E, 03 and 1C. RGB value is (14,3,28). Sum of RGB (Red+Green+Blue) = 14+3+28=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E031C is #F1FCE3. Grayscale: #090909. Windows color (decimal): -15858916 or 1835790. OLE color: 1835790.

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

Color convert

RGB14328-
CMYK0.500.8900.89
HSL266.4º80.65%6.08%-
HSV(B)266.4º89.29%10.98%-
XYZ0.420.241.12-
YUV9.14138.64131.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 28 (11.33% from 255) = 62.22%
R=31.11%
G=6.67%
B=62.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal143280.500.8900.89266.480.656.08
HexE31C325905910a516
Octal163346213101314121216
Binary111011111001100101011001010110011000010101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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