#0A021C

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

Shades of Blackcurrant #0A021C

Tints of Blackcurrant #0A021C

Color information

#0A021C (or 0x0A021C) is unknown color: approx Blackcurrant. HEX triplet: 0A, 02 and 1C. RGB value is (10,2,28). Sum of RGB (Red+Green+Blue) = 10+2+28=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A021C is #F5FDE3. Grayscale: #070707. Windows color (decimal): -16121316 or 1835530. OLE color: 1835530.

HSL color Cylindrical-coordinate representation of color #0A021C: hue angle of 258.46º degrees, saturation: 0.87, 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 #0A021C is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10228-
CMYK0.640.9300.89
HSL258.46º86.67%5.88%-
HSV(B)258.46º92.86%10.98%-
XYZ0.360.191.12-
YUV7.36139.65129.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 28 (11.33% from 255) = 70%
R=25%
G=5%
B=70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal102280.640.9300.89258.4686.675.88
HexA21C405D059102576
Octal1223410013501314021276
Binary1010101110010000001011101010110011000000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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