Html Css Color HEX #050919 Black Russian

📋 copy color: '#050919'

red 5 ◦ green 9 ◦ blue 25

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

Shades of Black Russian #050919

Tints of Black Russian #050919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 23.08%

 BLUE value IS 25 (10.16% from 255) = 64.1%

R = 12.82%
G = 23.08%
B = 64.1%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#050919 (or 0x050919) is known color: Black Russian. HEX triplet: 05, 09 and 19. RGB value is (5,9,25). Sum of RGB (Red+Green+Blue) = 5+9+25=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #050919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050919 is #FAF6E6. Grayscale: #090909. Windows color (decimal): -16447207 or 1640709. OLE color: 1640709.

HSL color Cylindrical-coordinate representation of color #050919: hue angle of 228º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050919 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 9 25 -
CMYK 0.80 0.64 0 0.90
HSL 228º 0.67% 0.06% -
HSV(B) 228º 0.8% 0.1% -
XYZ 0.34 0.3 0.96 -
YUV 9.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 5 9 25 0.80 0.64 0 0.90 228 0.67 0.06
Hex 5 9 19 50 40 0 5A E4 43 6
Octal 5 11 31 120 100 0 132 344 103 6
Binary 101 1001 11001 1010000 1000000 0 1011010 11100100 1000011 110

Color Harmonies of #050919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050919

Black with #050919

Text Example


Text Example

White with #050919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050919; }

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

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

background-color css

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

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

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

border-color css

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

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

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