#0E0216

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

Shades of Blackcurrant #0E0216

Tints of Blackcurrant #0E0216

Color information

#0E0216 (or 0x0E0216) is unknown color: approx Blackcurrant. HEX triplet: 0E, 02 and 16. RGB value is (14,2,22). Sum of RGB (Red+Green+Blue) = 14+2+22=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0216 is #F1FDE9. Grayscale: #070707. Windows color (decimal): -15859178 or 1442318. OLE color: 1442318.

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

Color convert

RGB14222-
CMYK0.360.9100.91
HSL276º83.33%4.71%-
HSV(B)276º90.91%8.63%-
XYZ0.350.190.78-
YUV7.87135.98132.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 36.84%
GREEN value IS 2 (1.17% from 255) = 5.26%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=36.84%
G=5.26%
B=57.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142220.360.9100.9127683.334.71
HexE216245B05B114535
Octal162264413301334241235
Binary111010101101001001011011010110111000101001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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