Html Css Color HEX #050528 Black Russian

📋 copy color: '#050528'

red 5 ◦ green 5 ◦ blue 40

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

Shades of Black Russian #050528

Tints of Black Russian #050528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 80%

R = 10%
G = 10%
B = 80%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050528 (or 0x050528) is known color: Black Russian. HEX triplet: 05, 05 and 28. RGB value is (5,5,40). Sum of RGB (Red+Green+Blue) = 5+5+40=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 40 (16.02% from 255 or 80% from 50); Max value from RGB is 40 - color contains mainly: blue. Hex color #050528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050528 is #FAFAD7. Grayscale: #080808. Windows color (decimal): -16448216 or 2622725. OLE color: 2622725.

HSL color Cylindrical-coordinate representation of color #050528: hue angle of 240º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050528 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 5 40 -
CMYK 0.88 0.88 0 0.84
HSL 240º 0.78% 0.09% -
HSV(B) 240º 0.88% 0.16% -
XYZ 0.5 0.29 2.04 -
YUV 8.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 5 5 40 0.88 0.88 0 0.84 240 0.78 0.09
Hex 5 5 28 58 58 0 54 F0 4E 9
Octal 5 5 50 130 130 0 124 360 116 11
Binary 101 101 101000 1011000 1011000 0 1010100 11110000 1001110 1001

Color Harmonies of #050528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050528

Black with #050528

Text Example


Text Example

White with #050528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050528; }

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

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

background-color css

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

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

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

border-color css

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

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

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