Html Css Color HEX #050719 Black Russian

📋 copy color: '#050719'

red 5 ◦ green 7 ◦ blue 25

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

Shades of Black Russian #050719

Tints of Black Russian #050719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 18.92%

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

R = 13.51%
G = 18.92%
B = 67.57%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#050719 (or 0x050719) is known color: Black Russian. HEX triplet: 05, 07 and 19. RGB value is (5,7,25). Sum of RGB (Red+Green+Blue) = 5+7+25=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #050719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050719 is #FAF8E6. Grayscale: #080808. Windows color (decimal): -16447719 or 1640197. OLE color: 1640197.

HSL color Cylindrical-coordinate representation of color #050719: hue angle of 234º 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 #050719 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 7 25 -
CMYK 0.80 0.72 0 0.90
HSL 234º 0.67% 0.06% -
HSV(B) 234º 0.8% 0.1% -
XYZ 0.31 0.25 0.95 -
YUV 8.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 5 7 25 0.80 0.72 0 0.90 234 0.67 0.06
Hex 5 7 19 50 48 0 5A EA 43 6
Octal 5 7 31 120 110 0 132 352 103 6
Binary 101 111 11001 1010000 1001000 0 1011010 11101010 1000011 110

Color Harmonies of #050719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050719

Black with #050719

Text Example


Text Example

White with #050719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050719; }

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

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

background-color css

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

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

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

border-color css

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

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

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