#0E0517

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

Shades of Blackcurrant #0E0517

Tints of Blackcurrant #0E0517

Color information

#0E0517 (or 0x0E0517) is unknown color: approx Blackcurrant. HEX triplet: 0E, 05 and 17. RGB value is (14,5,23). Sum of RGB (Red+Green+Blue) = 14+5+23=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0517 is #F1FAE8. Grayscale: #090909. Windows color (decimal): -15858409 or 1508622. OLE color: 1508622.

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

Color convert

RGB14523-
CMYK0.390.7800.91
HSL270º64.29%5.49%-
HSV(B)270º78.26%9.02%-
XYZ0.390.260.84-
YUV9.74135.48131.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=33.33%
G=11.90%
B=54.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal145230.390.7800.9127064.295.49
HexE517274E05B10e405
Octal165274711601334161005
Binary1110101101111001111001110010110111000011101000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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