#0E0617

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

Shades of Blackcurrant #0E0617

Tints of Blackcurrant #0E0617

Color information

#0E0617 (or 0x0E0617) is unknown color: approx Blackcurrant. HEX triplet: 0E, 06 and 17. RGB value is (14,6,23). Sum of RGB (Red+Green+Blue) = 14+6+23=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0617 is #F1F9E8. Grayscale: #0A0A0A. Windows color (decimal): -15858153 or 1508878. OLE color: 1508878.

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

Color convert

RGB14623-
CMYK0.390.7400.91
HSL268.24º58.62%5.69%-
HSV(B)268.24º73.91%9.02%-
XYZ0.40.290.84-
YUV10.33135.15130.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=32.56%
G=13.95%
B=53.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal146230.390.7400.91268.2458.625.69
HexE617274A05B10c3b6
Octal16627471120133414736
Binary111011010111100111100101001011011100001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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