#0E0218

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

Shades of Blackcurrant #0E0218

Tints of Blackcurrant #0E0218

Color information

#0E0218 (or 0x0E0218) is unknown color: approx Blackcurrant. HEX triplet: 0E, 02 and 18. RGB value is (14,2,24). Sum of RGB (Red+Green+Blue) = 14+2+24=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0218 is #F1FDE7. Grayscale: #080808. Windows color (decimal): -15859176 or 1573390. OLE color: 1573390.

HSL color Cylindrical-coordinate representation of color #0E0218: hue angle of 272.73º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0218 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB14224-
CMYK0.420.9200.91
HSL272.73º84.62%5.1%-
HSV(B)272.73º91.67%9.41%-
XYZ0.370.20.88-
YUV8.1136.98132.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 35%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 24 (9.77% from 255) = 60%
R=35%
G=5%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142240.420.9200.91272.7384.625.1
HexE2182A5C05B111555
Octal162305213401334211255
Binary111010110001010101011100010110111000100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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