Html Css Color HEX #050120 Black Russian

📋 copy color: '#050120'

red 5 ◦ green 1 ◦ blue 32

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

Shades of Black Russian #050120

Tints of Black Russian #050120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 84.21%

R = 13.16%
G = 2.63%
B = 84.21%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050120 (or 0x050120) is known color: Black Russian. HEX triplet: 05, 01 and 20. RGB value is (5,1,32). Sum of RGB (Red+Green+Blue) = 5+1+32=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 32 (12.89% from 255 or 84.21% from 38); Max value from RGB is 32 - color contains mainly: blue. Hex color #050120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050120 is #FAFEDF. Grayscale: #050505. Windows color (decimal): -16449248 or 2097413. OLE color: 2097413.

HSL color Cylindrical-coordinate representation of color #050120: hue angle of 247.74º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050120 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 1 32 -
CMYK 0.84 0.97 0 0.87
HSL 247.74º 0.94% 0.06% -
HSV(B) 247.74º 0.97% 0.13% -
XYZ 0.33 0.16 1.38 -
YUV 5.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 5 1 32 0.84 0.97 0 0.87 247.74 0.94 0.06
Hex 5 1 20 54 61 0 57 F8 5E 6
Octal 5 1 40 124 141 0 127 370 136 6
Binary 101 1 100000 1010100 1100001 0 1010111 11111000 1011110 110

Color Harmonies of #050120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050120

Black with #050120

Text Example


Text Example

White with #050120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050120; }

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

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

background-color css

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

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

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

border-color css

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

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

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