#0E0213

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

Shades of Blackcurrant #0E0213

Tints of Blackcurrant #0E0213

Color information

#0E0213 (or 0x0E0213) is unknown color: approx Blackcurrant. HEX triplet: 0E, 02 and 13. RGB value is (14,2,19). Sum of RGB (Red+Green+Blue) = 14+2+19=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E0213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0213 is #F1FDEC. Grayscale: #070707. Windows color (decimal): -15859181 or 1245710. OLE color: 1245710.

HSL color Cylindrical-coordinate representation of color #0E0213: hue angle of 282.35º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0213 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB14219-
CMYK0.260.8900.93
HSL282.35º80.95%4.12%-
HSV(B)282.35º89.47%7.45%-
XYZ0.320.180.63-
YUV7.53134.48132.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 40%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 19 (7.81% from 255) = 54.29%
R=40%
G=5.71%
B=54.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal142190.260.8900.93282.3580.954.12
HexE2131A5905D11a514
Octal162233213101354321214
Binary11101010011110101011001010111011000110101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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