Html Css Color HEX #050710 Black Russian

📋 copy color: '#050710'

red 5 ◦ green 7 ◦ blue 16

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

Shades of Black Russian #050710

Tints of Black Russian #050710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 57.14%

R = 17.86%
G = 25%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#050710 (or 0x050710) is known color: Black Russian. HEX triplet: 05, 07 and 10. RGB value is (5,7,16). Sum of RGB (Red+Green+Blue) = 5+7+16=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 16 (6.64% from 255 or 57.14% from 28); Max value from RGB is 16 - color contains mainly: blue. Hex color #050710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050710 is #FAF8EF. Grayscale: #070707. Windows color (decimal): -16447728 or 1050373. OLE color: 1050373.

HSL color Cylindrical-coordinate representation of color #050710: hue angle of 229.09º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #050710 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 7 16 -
CMYK 0.69 0.56 0 0.94
HSL 229.09º 0.52% 0.04% -
HSV(B) 229.09º 0.69% 0.06% -
XYZ 0.23 0.22 0.52 -
YUV 7.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 5 7 16 0.69 0.56 0 0.94 229.09 0.52 0.04
Hex 5 7 10 45 38 0 5E E5 34 4
Octal 5 7 20 105 70 0 136 345 64 4
Binary 101 111 10000 1000101 111000 0 1011110 11100101 110100 100

Color Harmonies of #050710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050710

Black with #050710

Text Example


Text Example

White with #050710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050710; }

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

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

background-color css

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

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

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

border-color css

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

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

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