Html Css Color HEX #050521 Black Russian

📋 copy color: '#050521'

red 5 ◦ green 5 ◦ blue 33

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

Shades of Black Russian #050521

Tints of Black Russian #050521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.63%

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

R = 11.63%
G = 11.63%
B = 76.74%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050521 (or 0x050521) is known color: Black Russian. HEX triplet: 05, 05 and 21. RGB value is (5,5,33). Sum of RGB (Red+Green+Blue) = 5+5+33=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 33 (13.28% from 255 or 76.74% from 43); Max value from RGB is 33 - color contains mainly: blue. Hex color #050521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050521 is #FAFADE. Grayscale: #080808. Windows color (decimal): -16448223 or 2163973. OLE color: 2163973.

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

Color convert

RGB 5 5 33 -
CMYK 0.85 0.85 0 0.87
HSL 240º 0.74% 0.07% -
HSV(B) 240º 0.85% 0.13% -
XYZ 0.39 0.25 1.47 -
YUV 8.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 5 5 33 0.85 0.85 0 0.87 240 0.74 0.07
Hex 5 5 21 55 55 0 57 F0 4A 7
Octal 5 5 41 125 125 0 127 360 112 7
Binary 101 101 100001 1010101 1010101 0 1010111 11110000 1001010 111

Color Harmonies of #050521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050521

Black with #050521

Text Example


Text Example

White with #050521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050521; }

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

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

background-color css

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

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

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

border-color css

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

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

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