Html Css Color HEX #050409 Black Russian

📋 copy color: '#050409'

red 5 ◦ green 4 ◦ blue 9

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

Shades of Black Russian #050409

Tints of Black Russian #050409

RGB

 RED value IS 5 (2.34% from 255) = 27.78%

 GREEN value IS 4 (1.95% from 255) = 22.22%

 BLUE value IS 9 (3.91% from 255) = 50%

R = 27.78%
G = 22.22%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#050409 (or 0x050409) is known color: Black Russian. HEX triplet: 05, 04 and 09. RGB value is (5,4,9). Sum of RGB (Red+Green+Blue) = 5+4+9=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 9 (3.91% from 255 or 50% from 18); Max value from RGB is 9 - color contains mainly: blue. Hex color #050409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050409 is #FAFBF6. Grayscale: #040404. Windows color (decimal): -16448503 or 590853. OLE color: 590853.

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

Color convert

RGB 5 4 9 -
CMYK 0.44 0.56 0 0.96
HSL 252º 0.38% 0.03% -
HSV(B) 252º 0.56% 0.04% -
XYZ 0.16 0.14 0.28 -
YUV 4.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 5 4 9 0.44 0.56 0 0.96 252 0.38 0.03
Hex 5 4 9 2C 38 0 60 FC 26 3
Octal 5 4 11 54 70 0 140 374 46 3
Binary 101 100 1001 101100 111000 0 1100000 11111100 100110 11

Color Harmonies of #050409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050409

Black with #050409

Text Example


Text Example

White with #050409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050409; }

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

 H1.HeaderClassName
 {
   color: #050409;
 }
 .AnyTagClassName
 {
   color: #050409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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