#0E0716

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

Shades of Blackcurrant #0E0716

Tints of Blackcurrant #0E0716

Color information

#0E0716 (or 0x0E0716) is unknown color: approx Blackcurrant. HEX triplet: 0E, 07 and 16. RGB value is (14,7,22). Sum of RGB (Red+Green+Blue) = 14+7+22=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0716 is #F1F8E9. Grayscale: #0A0A0A. Windows color (decimal): -15857898 or 1443598. OLE color: 1443598.

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

Color convert

RGB14722-
CMYK0.360.6800.91
HSL268º51.72%5.69%-
HSV(B)268º68.18%8.63%-
XYZ0.40.30.8-
YUV10.8134.32130.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=32.56%
G=16.28%
B=51.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal147220.360.6800.9126851.725.69
HexE716244405B10c346
Octal16726441040133414646
Binary111011110110100100100010001011011100001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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