#0A0119

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

Shades of Blackcurrant #0A0119

Tints of Blackcurrant #0A0119

Color information

#0A0119 (or 0x0A0119) is unknown color: approx Blackcurrant. HEX triplet: 0A, 01 and 19. RGB value is (10,1,25). Sum of RGB (Red+Green+Blue) = 10+1+25=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0119 is #F5FEE6. Grayscale: #060606. Windows color (decimal): -16121575 or 1638666. OLE color: 1638666.

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

Color convert

RGB10125-
CMYK0.600.9600.90
HSL262.5º92.31%5.1%-
HSV(B)262.5º96%9.8%-
XYZ0.310.160.93-
YUV6.43138.48130.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.78%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 25 (10.16% from 255) = 69.44%
R=27.78%
G=2.78%
B=69.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal101250.600.9600.90262.592.315.1
HexA1193C6005A1065c5
Octal121317414001324061345
Binary10101110011111001100000010110101000001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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