#0E001A

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

Shades of Blackcurrant #0E001A

Tints of Blackcurrant #0E001A

Color information

#0E001A (or 0x0E001A) is unknown color: approx Blackcurrant. HEX triplet: 0E, 00 and 1A. RGB value is (14,0,26). Sum of RGB (Red+Green+Blue) = 14+0+26=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E001A is #F1FFE5. Grayscale: #070707. Windows color (decimal): -15859686 or 1703950. OLE color: 1703950.

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

Color convert

RGB14026-
CMYK0.46100.90
HSL272.31º100%5.1%-
HSV(B)272.31º100%10.2%-
XYZ0.370.170.99-
YUV7.15138.64132.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 65%
R=35%
G=0%
B=65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal140260.46100.90272.311005.1
HexE01A2E6405A110645
Octal160325614401324201445
Binary11100110101011101100100010110101000100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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