#0E0417

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

Shades of Blackcurrant #0E0417

Tints of Blackcurrant #0E0417

Color information

#0E0417 (or 0x0E0417) is unknown color: approx Blackcurrant. HEX triplet: 0E, 04 and 17. RGB value is (14,4,23). Sum of RGB (Red+Green+Blue) = 14+4+23=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0417 is #F1FBE8. Grayscale: #090909. Windows color (decimal): -15858665 or 1508366. OLE color: 1508366.

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

Color convert

RGB14423-
CMYK0.390.8300.91
HSL271.58º70.37%5.29%-
HSV(B)271.58º82.61%9.02%-
XYZ0.380.240.84-
YUV9.16135.81131.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 23 (9.38% from 255) = 56.10%
R=34.15%
G=9.76%
B=56.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal144230.390.8300.91271.5870.375.29
HexE417275305B110465
Octal164274712301334201065
Binary1110100101111001111010011010110111000100001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,4,23); }

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

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

 a { background-color: rgb(14,4,23); }

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

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

 span { border-color: rgb(14,4,23); }

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