#0E021A

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

Shades of Blackcurrant #0E021A

Tints of Blackcurrant #0E021A

Color information

#0E021A (or 0x0E021A) is unknown color: approx Blackcurrant. HEX triplet: 0E, 02 and 1A. RGB value is (14,2,26). Sum of RGB (Red+Green+Blue) = 14+2+26=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E021A is #F1FDE5. Grayscale: #080808. Windows color (decimal): -15859174 or 1704462. OLE color: 1704462.

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

Color convert

RGB14226-
CMYK0.460.9200.90
HSL270º85.71%5.49%-
HSV(B)270º92.31%10.2%-
XYZ0.390.211-
YUV8.32137.98132.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 26 (10.55% from 255) = 61.90%
R=33.33%
G=4.76%
B=61.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal142260.460.9200.9027085.715.49
HexE21A2E5C05A10e565
Octal162325613401324161265
Binary111010110101011101011100010110101000011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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