#0E051D

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

Shades of Blackcurrant #0E051D

Tints of Blackcurrant #0E051D

Color information

#0E051D (or 0x0E051D) is unknown color: approx Blackcurrant. HEX triplet: 0E, 05 and 1D. RGB value is (14,5,29). Sum of RGB (Red+Green+Blue) = 14+5+29=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051D is #F1FAE2. Grayscale: #0A0A0A. Windows color (decimal): -15858403 or 1901838. OLE color: 1901838.

HSL color Cylindrical-coordinate representation of color #0E051D: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E051D is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB14529-
CMYK0.520.8300.89
HSL262.5º70.59%6.67%-
HSV(B)262.5º82.76%11.37%-
XYZ0.460.291.19-
YUV10.43138.48130.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.17%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=29.17%
G=10.42%
B=60.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal145290.520.8300.89262.570.596.67
HexE51D3453059106477
Octal165356412301314061077
Binary1110101111011101001010011010110011000001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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