#0E0212

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

Shades of Blackcurrant #0E0212

Tints of Blackcurrant #0E0212

Color information

#0E0212 (or 0x0E0212) is unknown color: approx Blackcurrant. HEX triplet: 0E, 02 and 12. RGB value is (14,2,18). Sum of RGB (Red+Green+Blue) = 14+2+18=34 (4% of max value = 765). Red value is 14 (5.86% from 255 or 41.18% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E0212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0212 is #F1FDED. Grayscale: #070707. Windows color (decimal): -15859182 or 1180174. OLE color: 1180174.

HSL color Cylindrical-coordinate representation of color #0E0212: hue angle of 285º degrees, saturation: 0.8, 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 #0E0212 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB14218-
CMYK0.220.8900.93
HSL285º80%3.92%-
HSV(B)285º88.89%7.06%-
XYZ0.310.180.59-
YUV7.41133.98132.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 41.18%
GREEN value IS 2 (1.17% from 255) = 5.88%
BLUE value IS 18 (7.42% from 255) = 52.94%
R=41.18%
G=5.88%
B=52.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal142180.220.8900.93285803.92
HexE212165905D11d504
Octal162222613101354351204
Binary11101010010101101011001010111011000111011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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