#0A0410

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

Shades of Blackcurrant #0A0410

Tints of Blackcurrant #0A0410

Color information

#0A0410 (or 0x0A0410) is unknown color: approx Blackcurrant. HEX triplet: 0A, 04 and 10. RGB value is (10,4,16). Sum of RGB (Red+Green+Blue) = 10+4+16=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 16 (6.64% from 255 or 53.33% from 30); Max value from RGB is 16 - color contains mainly: blue. Hex color #0A0410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0410 is #F5FBEF. Grayscale: #070707. Windows color (decimal): -16120816 or 1049610. OLE color: 1049610.

HSL color Cylindrical-coordinate representation of color #0A0410: hue angle of 270º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A0410 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB10416-
CMYK0.370.7500.94
HSL270º60%3.92%-
HSV(B)270º75%6.27%-
XYZ0.260.190.51-
YUV7.16132.99130.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 16 (6.64% from 255) = 53.33%
R=33.33%
G=13.33%
B=53.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal104160.370.7500.94270603.92
HexA410254B05E10e3c4
Octal12420451130136416744
Binary101010010000100101100101101011110100001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,4,16); }

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

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

 a { background-color: rgb(10,4,16); }

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

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

 span { border-color: rgb(10,4,16); }

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