#0E0815

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

Shades of Blackcurrant #0E0815

Tints of Blackcurrant #0E0815

Color information

#0E0815 (or 0x0E0815) is unknown color: approx Blackcurrant. HEX triplet: 0E, 08 and 15. RGB value is (14,8,21). Sum of RGB (Red+Green+Blue) = 14+8+21=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0815 is #F1F7EA. Grayscale: #0B0B0B. Windows color (decimal): -15857643 or 1378318. OLE color: 1378318.

HSL color Cylindrical-coordinate representation of color #0E0815: hue angle of 267.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E0815 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB14821-
CMYK0.330.6200.92
HSL267.69º44.83%5.69%-
HSV(B)267.69º61.9%8.24%-
XYZ0.40.320.75-
YUV11.28133.49129.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 21 (8.59% from 255) = 48.84%
R=32.56%
G=18.60%
B=48.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal148210.330.6200.92267.6944.835.69
HexE815213E05C10c2d6
Octal16102541760134414556
Binary111010001010110000111111001011100100001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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