Html Css Color HEX #050529 Black Russian

📋 copy color: '#050529'

red 5 ◦ green 5 ◦ blue 41

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

Shades of Black Russian #050529

Tints of Black Russian #050529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 80.39%

R = 9.8%
G = 9.8%
B = 80.39%

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

#050529 (or 0x050529) is known color: Black Russian. HEX triplet: 05, 05 and 29. RGB value is (5,5,41). Sum of RGB (Red+Green+Blue) = 5+5+41=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 41 (16.41% from 255 or 80.39% from 51); Max value from RGB is 41 - color contains mainly: blue. Hex color #050529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050529 is #FAFAD6. Grayscale: #080808. Windows color (decimal): -16448215 or 2688261. OLE color: 2688261.

HSL color Cylindrical-coordinate representation of color #050529: 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 #050529 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 5 41 -
CMYK 0.88 0.88 0 0.84
HSL 240º 0.78% 0.09% -
HSV(B) 240º 0.88% 0.16% -
XYZ 0.52 0.3 2.13 -
YUV 9.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 5 5 41 0.88 0.88 0 0.84 240 0.78 0.09
Hex 5 5 29 58 58 0 54 F0 4E 9
Octal 5 5 51 130 130 0 124 360 116 11
Binary 101 101 101001 1011000 1011000 0 1010100 11110000 1001110 1001

Color Harmonies of #050529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050529

Black with #050529

Text Example


Text Example

White with #050529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050529; }

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

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

background-color css

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

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

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

border-color css

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

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

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