#050209

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

Shades of Blackcurrant #050209

Tints of Blackcurrant #050209

Color information

#050209 (or 0x050209) is unknown color: approx Blackcurrant. HEX triplet: 05, 02 and 09. RGB value is (5,2,9). Sum of RGB (Red+Green+Blue) = 5+2+9=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 9 (3.91% from 255 or 56.25% from 16); Max value from RGB is 9 - color contains mainly: blue. Hex color #050209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050209 is #FAFDF6. Grayscale: #030303. Windows color (decimal): -16449015 or 590341. OLE color: 590341.

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

Color convert

RGB529-
CMYK0.440.7800.96
HSL265.71º63.64%2.16%-
HSV(B)265.71º77.78%3.53%-
XYZ0.130.10.27-
YUV3.69130.99128.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 31.25%
GREEN value IS 2 (1.17% from 255) = 12.5%
BLUE value IS 9 (3.91% from 255) = 56.25%
R=31.25%
G=12.5%
B=56.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5290.440.7800.96265.7163.642.16
Hex5292C4E06010a402
Octal52115411601404121002
Binary101101001101100100111001100000100001010100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050209; }

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

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

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

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

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

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

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

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