#0E051A

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

Shades of Blackcurrant #0E051A

Tints of Blackcurrant #0E051A

Color information

#0E051A (or 0x0E051A) is unknown color: approx Blackcurrant. HEX triplet: 0E, 05 and 1A. RGB value is (14,5,26). Sum of RGB (Red+Green+Blue) = 14+5+26=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051A is #F1FAE5. Grayscale: #0A0A0A. Windows color (decimal): -15858406 or 1705230. OLE color: 1705230.

HSL color Cylindrical-coordinate representation of color #0E051A: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E051A is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB14526-
CMYK0.460.8100.90
HSL265.71º67.74%6.08%-
HSV(B)265.71º80.77%10.2%-
XYZ0.420.281.01-
YUV10.08136.98130.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 26 (10.55% from 255) = 57.78%
R=31.11%
G=11.11%
B=57.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal145260.460.8100.90265.7167.746.08
HexE51A2E5105A10a446
Octal165325612101324121046
Binary1110101110101011101010001010110101000010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,5,26); }

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

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

 a { background-color: rgb(14,5,26); }

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

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

 span { border-color: rgb(14,5,26); }

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