#0E0916

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

Shades of Blackcurrant #0E0916

Tints of Blackcurrant #0E0916

Color information

#0E0916 (or 0x0E0916) is unknown color: approx Blackcurrant. HEX triplet: 0E, 09 and 16. RGB value is (14,9,22). Sum of RGB (Red+Green+Blue) = 14+9+22=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0916 is #F1F6E9. Grayscale: #0B0B0B. Windows color (decimal): -15857386 or 1444110. OLE color: 1444110.

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

Color convert

RGB14922-
CMYK0.360.5900.91
HSL263.08º41.94%6.08%-
HSV(B)263.08º59.09%8.63%-
XYZ0.420.350.8-
YUV11.98133.66129.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=31.11%
G=20%
B=48.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal149220.360.5900.91263.0841.946.08
HexE916243B05B1072a6
Octal16112644730133407526
Binary111010011011010010011101101011011100000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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