Html Css Color HEX #050721 Black Russian

📋 copy color: '#050721'

red 5 ◦ green 7 ◦ blue 33

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

Shades of Black Russian #050721

Tints of Black Russian #050721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.56%

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

R = 11.11%
G = 15.56%
B = 73.33%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050721 (or 0x050721) is known color: Black Russian. HEX triplet: 05, 07 and 21. RGB value is (5,7,33). Sum of RGB (Red+Green+Blue) = 5+7+33=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #050721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050721 is #FAF8DE. Grayscale: #090909. Windows color (decimal): -16447711 or 2164485. OLE color: 2164485.

HSL color Cylindrical-coordinate representation of color #050721: hue angle of 235.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 #050721 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 7 33 -
CMYK 0.85 0.79 0 0.87
HSL 235.71º 0.74% 0.07% -
HSV(B) 235.71º 0.85% 0.13% -
XYZ 0.41 0.29 1.47 -
YUV 9.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 5 7 33 0.85 0.79 0 0.87 235.71 0.74 0.07
Hex 5 7 21 55 4F 0 57 EC 4A 7
Octal 5 7 41 125 117 0 127 354 112 7
Binary 101 111 100001 1010101 1001111 0 1010111 11101100 1001010 111

Color Harmonies of #050721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050721

Black with #050721

Text Example


Text Example

White with #050721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050721; }

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

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

background-color css

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

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

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

border-color css

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

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

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