Html Css Color HEX #050111 Black Russian

📋 copy color: '#050111'

red 5 ◦ green 1 ◦ blue 17

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

Shades of Black Russian #050111

Tints of Black Russian #050111

RGB

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

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

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

R = 21.74%
G = 4.35%
B = 73.91%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050111 (or 0x050111) is known color: Black Russian. HEX triplet: 05, 01 and 11. RGB value is (5,1,17). Sum of RGB (Red+Green+Blue) = 5+1+17=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 17 (7.03% from 255 or 73.91% from 23); Max value from RGB is 17 - color contains mainly: blue. Hex color #050111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050111 is #FAFEEE. Grayscale: #030303. Windows color (decimal): -16449263 or 1114373. OLE color: 1114373.

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

Color convert

RGB 5 1 17 -
CMYK 0.71 0.94 0 0.93
HSL 255º 0.89% 0.04% -
HSV(B) 255º 0.94% 0.07% -
XYZ 0.17 0.09 0.54 -
YUV 4.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 5 1 17 0.71 0.94 0 0.93 255 0.89 0.04
Hex 5 1 11 47 5E 0 5D FF 59 4
Octal 5 1 21 107 136 0 135 377 131 4
Binary 101 1 10001 1000111 1011110 0 1011101 11111111 1011001 100

Color Harmonies of #050111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050111

Black with #050111

Text Example


Text Example

White with #050111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050111; }

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

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

background-color css

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

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

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

border-color css

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

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

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