#0A0219

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

Shades of Blackcurrant #0A0219

Tints of Blackcurrant #0A0219

Color information

#0A0219 (or 0x0A0219) is unknown color: approx Blackcurrant. HEX triplet: 0A, 02 and 19. RGB value is (10,2,25). Sum of RGB (Red+Green+Blue) = 10+2+25=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A0219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0219 is #F5FDE6. Grayscale: #060606. Windows color (decimal): -16121319 or 1638922. OLE color: 1638922.

HSL color Cylindrical-coordinate representation of color #0A0219: hue angle of 260.87º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0219 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB10225-
CMYK0.600.9200.90
HSL260.87º85.19%5.29%-
HSV(B)260.87º92%9.8%-
XYZ0.320.180.94-
YUV7.01138.15130.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.03%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 25 (10.16% from 255) = 67.57%
R=27.03%
G=5.41%
B=67.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal102250.600.9200.90260.8785.195.29
HexA2193C5C05A105555
Octal122317413401324051255
Binary101010110011111001011100010110101000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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