#0A011E

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

Shades of Blackcurrant #0A011E

Tints of Blackcurrant #0A011E

Color information

#0A011E (or 0x0A011E) is unknown color: approx Blackcurrant. HEX triplet: 0A, 01 and 1E. RGB value is (10,1,30). Sum of RGB (Red+Green+Blue) = 10+1+30=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011E is #F5FEE1. Grayscale: #060606. Windows color (decimal): -16121570 or 1966346. OLE color: 1966346.

HSL color Cylindrical-coordinate representation of color #0A011E: hue angle of 258.62º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A011E is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB10130-
CMYK0.670.9700.88
HSL258.62º93.55%6.08%-
HSV(B)258.62º96.67%11.76%-
XYZ0.370.181.24-
YUV7140.98130.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 30 (12.11% from 255) = 73.17%
R=24.39%
G=2.44%
B=73.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal101300.670.9700.88258.6293.556.08
HexA11E43610581035e6
Octal1213610314101304031366
Binary101011111010000111100001010110001000000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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