Html Css Color HEX #050319 Black Russian

📋 copy color: '#050319'

red 5 ◦ green 3 ◦ blue 25

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

Shades of Black Russian #050319

Tints of Black Russian #050319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.09%

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

R = 15.15%
G = 9.09%
B = 75.76%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#050319 (or 0x050319) is known color: Black Russian. HEX triplet: 05, 03 and 19. RGB value is (5,3,25). Sum of RGB (Red+Green+Blue) = 5+3+25=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 25 (10.16% from 255 or 75.76% from 33); Max value from RGB is 25 - color contains mainly: blue. Hex color #050319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050319 is #FAFCE6. Grayscale: #060606. Windows color (decimal): -16448743 or 1639173. OLE color: 1639173.

HSL color Cylindrical-coordinate representation of color #050319: hue angle of 245.45º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050319 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 3 25 -
CMYK 0.80 0.88 0 0.90
HSL 245.45º 0.79% 0.05% -
HSV(B) 245.45º 0.88% 0.1% -
XYZ 0.27 0.17 0.94 -
YUV 6.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 5 3 25 0.80 0.88 0 0.90 245.45 0.79 0.05
Hex 5 3 19 50 58 0 5A F5 4F 5
Octal 5 3 31 120 130 0 132 365 117 5
Binary 101 11 11001 1010000 1011000 0 1011010 11110101 1001111 101

Color Harmonies of #050319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050319

Black with #050319

Text Example


Text Example

White with #050319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050319; }

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

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

background-color css

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

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

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

border-color css

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

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

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