#0E0310

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

Shades of Blackcurrant #0E0310

Tints of Blackcurrant #0E0310

Color information

#0E0310 (or 0x0E0310) is unknown color: approx Blackcurrant. HEX triplet: 0E, 03 and 10. RGB value is (14,3,16). Sum of RGB (Red+Green+Blue) = 14+3+16=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: blue. Hex color #0E0310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0310 is #F1FCEF. Grayscale: #070707. Windows color (decimal): -15858928 or 1049358. OLE color: 1049358.

HSL color Cylindrical-coordinate representation of color #0E0310: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E0310 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB14316-
CMYK0.130.8100.94
HSL290.77º68.42%3.73%-
HSV(B)290.77º81.25%6.27%-
XYZ0.310.20.51-
YUV7.77132.64132.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 42.42%
GREEN value IS 3 (1.56% from 255) = 9.09%
BLUE value IS 16 (6.64% from 255) = 48.48%
R=42.42%
G=9.09%
B=48.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal143160.130.8100.94290.7768.423.73
HexE310D5105E123444
Octal163201512101364431044
Binary1110111000011011010001010111101001000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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