#050106

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

Shades of Blackcurrant #050106

Tints of Blackcurrant #050106

Color information

#050106 (or 0x050106) is unknown color: approx Blackcurrant. HEX triplet: 05, 01 and 06. RGB value is (5,1,6). Sum of RGB (Red+Green+Blue) = 5+1+6=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 6 (2.73% from 255 or 50% from 12); Max value from RGB is 6 - color contains mainly: blue. Hex color #050106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050106 is #FAFEF9. Grayscale: #020202. Windows color (decimal): -16449274 or 393477. OLE color: 393477.

HSL color Cylindrical-coordinate representation of color #050106: hue angle of 288º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #050106 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB516-
CMYK0.170.8300.98
HSL288º71.43%1.37%-
HSV(B)288º83.33%2.35%-
XYZ0.110.070.18-
YUV2.77129.83129.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 41.67%
GREEN value IS 1 (0.78% from 255) = 8.33%
BLUE value IS 6 (2.73% from 255) = 50%
R=41.67%
G=8.33%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal5160.170.8300.9828871.431.37
Hex5161153062120471
Octal5162112301424401071
Binary10111101000110100110110001010010000010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050106; }

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

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

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

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

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

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

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

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