Html Css Color HEX #050B20 Black Russian

📋 copy color: '#050B20'

red 5 ◦ green 11 ◦ blue 32

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

Shades of Black Russian #050B20

Tints of Black Russian #050B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22.92%

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

R = 10.42%
G = 22.92%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050B20 (or 0x050B20) is known color: Black Russian. HEX triplet: 05, 0B and 20. RGB value is (5,11,32). Sum of RGB (Red+Green+Blue) = 5+11+32=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #050B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B20 is #FAF4DF. Grayscale: #0B0B0B. Windows color (decimal): -16446688 or 2099973. OLE color: 2099973.

HSL color Cylindrical-coordinate representation of color #050B20: hue angle of 226.67º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #050B20 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 11 32 -
CMYK 0.84 0.66 0 0.87
HSL 226.67º 0.73% 0.07% -
HSV(B) 226.67º 0.84% 0.13% -
XYZ 0.44 0.38 1.42 -
YUV 11.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 5 11 32 0.84 0.66 0 0.87 226.67 0.73 0.07
Hex 5 B 20 54 42 0 57 E3 49 7
Octal 5 13 40 124 102 0 127 343 111 7
Binary 101 1011 100000 1010100 1000010 0 1010111 11100011 1001001 111

Color Harmonies of #050B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B20

Black with #050B20

Text Example


Text Example

White with #050B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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