Html Css Color HEX #050E21 Black Russian

📋 copy color: '#050E21'

red 5 ◦ green 14 ◦ blue 33

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

Shades of Black Russian #050E21

Tints of Black Russian #050E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 26.92%

 BLUE value IS 33 (13.28% from 255) = 63.46%

R = 9.62%
G = 26.92%
B = 63.46%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050E21 (or 0x050E21) is known color: Black Russian. HEX triplet: 05, 0E and 21. RGB value is (5,14,33). Sum of RGB (Red+Green+Blue) = 5+14+33=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #050E21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E21 is #FAF1DE. Grayscale: #0D0D0D. Windows color (decimal): -16445919 or 2166277. OLE color: 2166277.

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

Color convert

RGB 5 14 33 -
CMYK 0.85 0.58 0 0.87
HSL 220.71º 0.74% 0.07% -
HSV(B) 220.71º 0.85% 0.13% -
XYZ 0.49 0.46 1.5 -
YUV 13.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 5 14 33 0.85 0.58 0 0.87 220.71 0.74 0.07
Hex 5 E 21 55 3A 0 57 DD 4A 7
Octal 5 16 41 125 72 0 127 335 112 7
Binary 101 1110 100001 1010101 111010 0 1010111 11011101 1001010 111

Color Harmonies of #050E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E21

Black with #050E21

Text Example


Text Example

White with #050E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,14,33); }

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

background-color css

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

 a { background-color: rgb(5,14,33); }

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

border-color css

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

 span { border-color: rgb(5,14,33); }

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