#05010A

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

Shades of Blackcurrant #05010A

Tints of Blackcurrant #05010A

Color information

#05010A (or 0x05010A) is unknown color: approx Blackcurrant. HEX triplet: 05, 01 and 0A. RGB value is (5,1,10). Sum of RGB (Red+Green+Blue) = 5+1+10=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 10 (4.30% from 255 or 62.5% from 16); Max value from RGB is 10 - color contains mainly: blue. Hex color #05010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05010A is #FAFEF5. Grayscale: #030303. Windows color (decimal): -16449270 or 655621. OLE color: 655621.

HSL color Cylindrical-coordinate representation of color #05010A: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05010A is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5110-
CMYK0.500.9000.96
HSL266.67º81.82%2.16%-
HSV(B)266.67º90%3.92%-
XYZ0.130.080.3-
YUV3.22131.83129.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 31.25%
GREEN value IS 1 (0.78% from 255) = 6.25%
BLUE value IS 10 (4.30% from 255) = 62.5%
R=31.25%
G=6.25%
B=62.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51100.500.9000.96266.6781.822.16
Hex51A325A06010b522
Octal51126213201404131222
Binary10111010110010101101001100000100001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05010A; }

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

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

<style>
 a { background-color: #05010A; }

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

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

<style>
 span { border-color: #05010A; }

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

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