#050109

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

Shades of Blackcurrant #050109

Tints of Blackcurrant #050109

Color information

#050109 (or 0x050109) is unknown color: approx Blackcurrant. HEX triplet: 05, 01 and 09. RGB value is (5,1,9). Sum of RGB (Red+Green+Blue) = 5+1+9=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 9 (3.91% from 255 or 60% from 15); Max value from RGB is 9 - color contains mainly: blue. Hex color #050109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050109 is #FAFEF6. Grayscale: #030303. Windows color (decimal): -16449271 or 590085. OLE color: 590085.

HSL color Cylindrical-coordinate representation of color #050109: hue angle of 270º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050109 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB519-
CMYK0.440.8900.96
HSL270º80%1.96%-
HSV(B)270º88.89%3.53%-
XYZ0.120.070.27-
YUV3.11131.33129.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 6.67%
BLUE value IS 9 (3.91% from 255) = 60%
R=33.33%
G=6.67%
B=60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5190.440.8900.96270801.96
Hex5192C5906010e502
Octal51115413101404161202
Binary10111001101100101100101100000100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050109; }

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

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

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

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

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

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

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

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