#0A011D

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

Shades of Blackcurrant #0A011D

Tints of Blackcurrant #0A011D

Color information

#0A011D (or 0x0A011D) is unknown color: approx Blackcurrant. HEX triplet: 0A, 01 and 1D. RGB value is (10,1,29). Sum of RGB (Red+Green+Blue) = 10+1+29=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011D is #F5FEE2. Grayscale: #060606. Windows color (decimal): -16121571 or 1900810. OLE color: 1900810.

HSL color Cylindrical-coordinate representation of color #0A011D: hue angle of 259.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A011D is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10129-
CMYK0.660.9700.89
HSL259.29º93.33%5.88%-
HSV(B)259.29º96.55%11.37%-
XYZ0.360.171.18-
YUV6.88140.48130.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 29 (11.72% from 255) = 72.5%
R=25%
G=2.5%
B=72.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal101290.660.9700.89259.2993.335.88
HexA11D42610591035d6
Octal1213510214101314031356
Binary101011110110000101100001010110011000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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