#0E0818

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

Shades of Blackcurrant #0E0818

Tints of Blackcurrant #0E0818

Color information

#0E0818 (or 0x0E0818) is unknown color: approx Blackcurrant. HEX triplet: 0E, 08 and 18. RGB value is (14,8,24). Sum of RGB (Red+Green+Blue) = 14+8+24=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0818 is #F1F7E7. Grayscale: #0B0B0B. Windows color (decimal): -15857640 or 1574926. OLE color: 1574926.

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

Color convert

RGB14824-
CMYK0.420.6700.91
HSL262.5º50%6.27%-
HSV(B)262.5º66.67%9.41%-
XYZ0.430.330.91-
YUV11.62134.99129.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=30.43%
G=17.39%
B=52.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal148240.420.6700.91262.5506.27
HexE8182A4305B106326
Octal161030521030133406626
Binary1110100011000101010100001101011011100000110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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