#0E0816

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

Shades of Blackcurrant #0E0816

Tints of Blackcurrant #0E0816

Color information

#0E0816 (or 0x0E0816) is unknown color: approx Blackcurrant. HEX triplet: 0E, 08 and 16. RGB value is (14,8,22). Sum of RGB (Red+Green+Blue) = 14+8+22=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0816 is #F1F7E9. Grayscale: #0B0B0B. Windows color (decimal): -15857642 or 1443854. OLE color: 1443854.

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

Color convert

RGB14822-
CMYK0.360.6400.91
HSL265.71º46.67%5.88%-
HSV(B)265.71º63.64%8.63%-
XYZ0.410.320.8-
YUV11.39133.99129.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.82%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 22 (8.98% from 255) = 50%
R=31.82%
G=18.18%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal148220.360.6400.91265.7146.675.88
HexE816244005B10a2f6
Octal161026441000133412576
Binary1110100010110100100100000001011011100001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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