#050009

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

Shades of Blackcurrant #050009

Tints of Blackcurrant #050009

Color information

#050009 (or 0x050009) is unknown color: approx Blackcurrant. HEX triplet: 05, 00 and 09. RGB value is (5,0,9). Sum of RGB (Red+Green+Blue) = 5+0+9=14 (1% of max value = 765). Red value is 5 (2.34% from 255 or 35.71% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 9 (3.91% from 255 or 64.29% from 14); Max value from RGB is 9 - color contains mainly: blue. Hex color #050009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050009 is #FAFFF6. Grayscale: #020202. Windows color (decimal): -16449527 or 589829. OLE color: 589829.

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

Color convert

RGB509-
CMYK0.44100.96
HSL273.33º100%1.76%-
HSV(B)273.33º100%3.53%-
XYZ0.110.050.26-
YUV2.52131.66129.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 35.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 64.29%
R=35.71%
G=0%
B=64.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5090.44100.96273.331001.76
Hex5092C64060111642
Octal50115414401404211442
Binary10101001101100110010001100000100010001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050009; }

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

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

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

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

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

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

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

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