#0E0318

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

Shades of Blackcurrant #0E0318

Tints of Blackcurrant #0E0318

Color information

#0E0318 (or 0x0E0318) is unknown color: approx Blackcurrant. HEX triplet: 0E, 03 and 18. RGB value is (14,3,24). Sum of RGB (Red+Green+Blue) = 14+3+24=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0318 is #F1FCE7. Grayscale: #080808. Windows color (decimal): -15858920 or 1573646. OLE color: 1573646.

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

Color convert

RGB14324-
CMYK0.420.8800.91
HSL271.43º77.78%5.29%-
HSV(B)271.43º87.5%9.41%-
XYZ0.380.220.89-
YUV8.68136.64131.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=34.15%
G=7.32%
B=58.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal143240.420.8800.91271.4377.785.29
HexE3182A5805B10f4e5
Octal163305213001334171165
Binary111011110001010101011000010110111000011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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