#0A021B

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

Shades of Blackcurrant #0A021B

Tints of Blackcurrant #0A021B

Color information

#0A021B (or 0x0A021B) is unknown color: approx Blackcurrant. HEX triplet: 0A, 02 and 1B. RGB value is (10,2,27). Sum of RGB (Red+Green+Blue) = 10+2+27=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A021B is #F5FDE4. Grayscale: #070707. Windows color (decimal): -16121317 or 1769994. OLE color: 1769994.

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

Color convert

RGB10227-
CMYK0.630.9300.89
HSL259.2º86.21%5.69%-
HSV(B)259.2º92.59%10.59%-
XYZ0.340.191.05-
YUV7.24139.15129.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25.64%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 27 (10.94% from 255) = 69.23%
R=25.64%
G=5.13%
B=69.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal102270.630.9300.89259.286.215.69
HexA21B3F5D059103566
Octal122337713501314031266
Binary101010110111111111011101010110011000000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,27); }

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

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

 a { background-color: rgb(10,2,27); }

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

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

 span { border-color: rgb(10,2,27); }

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