#0E0118

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

Shades of Blackcurrant #0E0118

Tints of Blackcurrant #0E0118

Color information

#0E0118 (or 0x0E0118) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 18. RGB value is (14,1,24). Sum of RGB (Red+Green+Blue) = 14+1+24=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0118 is #F1FEE7. Grayscale: #070707. Windows color (decimal): -15859432 or 1573134. OLE color: 1573134.

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

Color convert

RGB14124-
CMYK0.420.9600.91
HSL273.91º92%4.9%-
HSV(B)273.91º95.83%9.41%-
XYZ0.360.180.88-
YUV7.51137.31132.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 35.90%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 24 (9.77% from 255) = 61.54%
R=35.90%
G=2.56%
B=61.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal141240.420.9600.91273.91924.9
HexE1182A6005B1125c5
Octal161305214001334221345
Binary11101110001010101100000010110111000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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