#0E0719

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

Shades of Blackcurrant #0E0719

Tints of Blackcurrant #0E0719

Color information

#0E0719 (or 0x0E0719) is unknown color: approx Blackcurrant. HEX triplet: 0E, 07 and 19. RGB value is (14,7,25). Sum of RGB (Red+Green+Blue) = 14+7+25=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E0719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0719 is #F1F8E6. Grayscale: #0B0B0B. Windows color (decimal): -15857895 or 1640206. OLE color: 1640206.

HSL color Cylindrical-coordinate representation of color #0E0719: hue angle of 263.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E0719 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB14725-
CMYK0.440.7200.90
HSL263.33º56.25%6.27%-
HSV(B)263.33º72%9.8%-
XYZ0.430.320.96-
YUV11.14135.82130.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=30.43%
G=15.22%
B=54.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal147250.440.7200.90263.3356.256.27
HexE7192C4805A107386
Octal16731541100132407706
Binary111011111001101100100100001011010100000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,25); }

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

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

 a { background-color: rgb(14,7,25); }

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

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

 span { border-color: rgb(14,7,25); }

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