Html Css Color HEX #050209 Blackcurrant

📋 copy color: '#050209'

red 5 ◦ green 2 ◦ blue 9

#050209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #050209

Tints of Blackcurrant #050209

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 value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#050209 (or 0x050209) is known color: 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

RGB 5 2 9 -
CMYK 0.44 0.78 0 0.96
HSL 265.71º 0.64% 0.02% -
HSV(B) 265.71º 0.78% 0.04% -
XYZ 0.13 0.1 0.27 -
YUV 3.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 5 2 9 0.44 0.78 0 0.96 265.71 0.64 0.02
Hex 5 2 9 2C 4E 0 60 10A 40 2
Octal 5 2 11 54 116 0 140 412 100 2
Binary 101 10 1001 101100 1001110 0 1100000 100001010 1000000 10

Color Harmonies of #050209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050209

Black with #050209

Text Example


Text Example

White with #050209

Text Example


Text Example

HTML Codes & Css Web 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>