#0E021E

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

Shades of Blackcurrant #0E021E

Tints of Blackcurrant #0E021E

Color information

#0E021E (or 0x0E021E) is unknown color: approx Blackcurrant. HEX triplet: 0E, 02 and 1E. RGB value is (14,2,30). Sum of RGB (Red+Green+Blue) = 14+2+30=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E021E is #F1FDE1. Grayscale: #080808. Windows color (decimal): -15859170 or 1966606. OLE color: 1966606.

HSL color Cylindrical-coordinate representation of color #0E021E: hue angle of 265.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E021E is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB14230-
CMYK0.530.9300.88
HSL265.71º87.5%6.27%-
HSV(B)265.71º93.33%11.76%-
XYZ0.440.231.25-
YUV8.78139.98131.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 30 (12.11% from 255) = 65.22%
R=30.43%
G=4.35%
B=65.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal142300.530.9300.88265.7187.56.27
HexE21E355D05810a586
Octal162366513501304121306
Binary111010111101101011011101010110001000010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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