#0A010E

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

Shades of Blackcurrant #0A010E

Tints of Blackcurrant #0A010E

Color information

#0A010E (or 0x0A010E) is unknown color: approx Blackcurrant. HEX triplet: 0A, 01 and 0E. RGB value is (10,1,14). Sum of RGB (Red+Green+Blue) = 10+1+14=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 14 (5.86% from 255 or 56% from 25); Max value from RGB is 14 - color contains mainly: blue. Hex color #0A010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A010E is #F5FEF1. Grayscale: #050505. Windows color (decimal): -16121586 or 917770. OLE color: 917770.

HSL color Cylindrical-coordinate representation of color #0A010E: hue angle of 281.54º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A010E is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB10114-
CMYK0.290.9300.95
HSL281.54º86.67%2.94%-
HSV(B)281.54º92.86%5.49%-
XYZ0.220.120.43-
YUV5.17132.98131.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 40%
GREEN value IS 1 (0.78% from 255) = 4%
BLUE value IS 14 (5.86% from 255) = 56%
R=40%
G=4%
B=56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101140.290.9300.95281.5486.672.94
HexA1E1D5D05F11a573
Octal121163513501374321273
Binary10101111011101101110101011111100011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,1,14); }

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

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

 a { background-color: rgb(10,1,14); }

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

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

 span { border-color: rgb(10,1,14); }

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