#0E001D

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

Shades of Blackcurrant #0E001D

Tints of Blackcurrant #0E001D

Color information

#0E001D (or 0x0E001D) is unknown color: approx Blackcurrant. HEX triplet: 0E, 00 and 1D. RGB value is (14,0,29). Sum of RGB (Red+Green+Blue) = 14+0+29=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E001D is #F1FFE2. Grayscale: #070707. Windows color (decimal): -15859683 or 1900558. OLE color: 1900558.

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

Color convert

RGB14029-
CMYK0.52100.89
HSL268.97º100%5.69%-
HSV(B)268.97º100%11.37%-
XYZ0.40.181.18-
YUV7.49140.14132.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 67.44%
R=32.56%
G=0%
B=67.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal140290.52100.89268.971005.69
HexE01D346405910d646
Octal160356414401314151446
Binary11100111011101001100100010110011000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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