Html Css Color HEX #050829 Black Russian

📋 copy color: '#050829'

red 5 ◦ green 8 ◦ blue 41

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

Shades of Black Russian #050829

Tints of Black Russian #050829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.81%

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

R = 9.26%
G = 14.81%
B = 75.93%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050829 (or 0x050829) is known color: Black Russian. HEX triplet: 05, 08 and 29. RGB value is (5,8,41). Sum of RGB (Red+Green+Blue) = 5+8+41=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 41 (16.41% from 255 or 75.93% from 54); Max value from RGB is 41 - color contains mainly: blue. Hex color #050829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050829 is #FAF7D6. Grayscale: #0A0A0A. Windows color (decimal): -16447447 or 2689029. OLE color: 2689029.

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

Color convert

RGB 5 8 41 -
CMYK 0.88 0.80 0 0.84
HSL 235º 0.78% 0.09% -
HSV(B) 235º 0.88% 0.16% -
XYZ 0.55 0.37 2.14 -
YUV 10.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 5 8 41 0.88 0.80 0 0.84 235 0.78 0.09
Hex 5 8 29 58 50 0 54 EB 4E 9
Octal 5 10 51 130 120 0 124 353 116 11
Binary 101 1000 101001 1011000 1010000 0 1010100 11101011 1001110 1001

Color Harmonies of #050829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050829

Black with #050829

Text Example


Text Example

White with #050829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050829; }

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

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

background-color css

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

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

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

border-color css

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

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

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