Html Css Color HEX #050713 Black Russian

📋 copy color: '#050713'

red 5 ◦ green 7 ◦ blue 19

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

Shades of Black Russian #050713

Tints of Black Russian #050713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 61.29%

R = 16.13%
G = 22.58%
B = 61.29%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050713 (or 0x050713) is known color: Black Russian. HEX triplet: 05, 07 and 13. RGB value is (5,7,19). Sum of RGB (Red+Green+Blue) = 5+7+19=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #050713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050713 is #FAF8EC. Grayscale: #070707. Windows color (decimal): -16447725 or 1246981. OLE color: 1246981.

HSL color Cylindrical-coordinate representation of color #050713: hue angle of 231.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #050713 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 7 19 -
CMYK 0.74 0.63 0 0.93
HSL 231.43º 0.58% 0.05% -
HSV(B) 231.43º 0.74% 0.07% -
XYZ 0.26 0.23 0.65 -
YUV 7.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 5 7 19 0.74 0.63 0 0.93 231.43 0.58 0.05
Hex 5 7 13 4A 3F 0 5D E7 3A 5
Octal 5 7 23 112 77 0 135 347 72 5
Binary 101 111 10011 1001010 111111 0 1011101 11100111 111010 101

Color Harmonies of #050713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050713

Black with #050713

Text Example


Text Example

White with #050713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050713; }

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

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

background-color css

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

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

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

border-color css

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

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

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