Html Css Color HEX #050D20 Black Russian

📋 copy color: '#050D20'

red 5 ◦ green 13 ◦ blue 32

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

Shades of Black Russian #050D20

Tints of Black Russian #050D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26%

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

R = 10%
G = 26%
B = 64%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050D20 (or 0x050D20) is known color: Black Russian. HEX triplet: 05, 0D and 20. RGB value is (5,13,32). Sum of RGB (Red+Green+Blue) = 5+13+32=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 32 (12.89% from 255 or 64% from 50); Max value from RGB is 32 - color contains mainly: blue. Hex color #050D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D20 is #FAF2DF. Grayscale: #0C0C0C. Windows color (decimal): -16446176 or 2100485. OLE color: 2100485.

HSL color Cylindrical-coordinate representation of color #050D20: hue angle of 222.22º 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 #050D20 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 13 32 -
CMYK 0.84 0.59 0 0.87
HSL 222.22º 0.73% 0.07% -
HSV(B) 222.22º 0.84% 0.13% -
XYZ 0.47 0.42 1.42 -
YUV 12.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 5 13 32 0.84 0.59 0 0.87 222.22 0.73 0.07
Hex 5 D 20 54 3B 0 57 DE 49 7
Octal 5 15 40 124 73 0 127 336 111 7
Binary 101 1101 100000 1010100 111011 0 1010111 11011110 1001001 111

Color Harmonies of #050D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D20

Black with #050D20

Text Example


Text Example

White with #050D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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