Html Css Color HEX #050110 Black Russian

📋 copy color: '#050110'

red 5 ◦ green 1 ◦ blue 16

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

Shades of Black Russian #050110

Tints of Black Russian #050110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4.55%

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

R = 22.73%
G = 4.55%
B = 72.73%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#050110 (or 0x050110) is known color: Black Russian. HEX triplet: 05, 01 and 10. RGB value is (5,1,16). Sum of RGB (Red+Green+Blue) = 5+1+16=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 16 (6.64% from 255 or 72.73% from 22); Max value from RGB is 16 - color contains mainly: blue. Hex color #050110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050110 is #FAFEEF. Grayscale: #030303. Windows color (decimal): -16449264 or 1048837. OLE color: 1048837.

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

Color convert

RGB 5 1 16 -
CMYK 0.69 0.94 0 0.94
HSL 256º 0.88% 0.03% -
HSV(B) 256º 0.94% 0.06% -
XYZ 0.17 0.09 0.5 -
YUV 3.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 5 1 16 0.69 0.94 0 0.94 256 0.88 0.03
Hex 5 1 10 45 5E 0 5E 100 58 3
Octal 5 1 20 105 136 0 136 400 130 3
Binary 101 1 10000 1000101 1011110 0 1011110 100000000 1011000 11

Color Harmonies of #050110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050110

Black with #050110

Text Example


Text Example

White with #050110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050110; }

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

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

background-color css

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

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

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

border-color css

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

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

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