Html Css Color HEX #050711 Black Russian

📋 copy color: '#050711'

red 5 ◦ green 7 ◦ blue 17

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

Shades of Black Russian #050711

Tints of Black Russian #050711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 58.62%

R = 17.24%
G = 24.14%
B = 58.62%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050711 (or 0x050711) is known color: Black Russian. HEX triplet: 05, 07 and 11. RGB value is (5,7,17). Sum of RGB (Red+Green+Blue) = 5+7+17=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #050711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050711 is #FAF8EE. Grayscale: #070707. Windows color (decimal): -16447727 or 1115909. OLE color: 1115909.

HSL color Cylindrical-coordinate representation of color #050711: hue angle of 230º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050711 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 7 17 -
CMYK 0.71 0.59 0 0.93
HSL 230º 0.55% 0.04% -
HSV(B) 230º 0.71% 0.07% -
XYZ 0.24 0.22 0.56 -
YUV 7.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 5 7 17 0.71 0.59 0 0.93 230 0.55 0.04
Hex 5 7 11 47 3B 0 5D E6 37 4
Octal 5 7 21 107 73 0 135 346 67 4
Binary 101 111 10001 1000111 111011 0 1011101 11100110 110111 100

Color Harmonies of #050711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050711

Black with #050711

Text Example


Text Example

White with #050711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050711; }

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

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

background-color css

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

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

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

border-color css

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

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

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