Html Css Color HEX #050629 Black Russian

📋 copy color: '#050629'

red 5 ◦ green 6 ◦ blue 41

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

Shades of Black Russian #050629

Tints of Black Russian #050629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.54%

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

R = 9.62%
G = 11.54%
B = 78.85%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050629 (or 0x050629) is known color: Black Russian. HEX triplet: 05, 06 and 29. RGB value is (5,6,41). Sum of RGB (Red+Green+Blue) = 5+6+41=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 41 (16.41% from 255 or 78.85% from 52); Max value from RGB is 41 - color contains mainly: blue. Hex color #050629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050629 is #FAF9D6. Grayscale: #090909. Windows color (decimal): -16447959 or 2688517. OLE color: 2688517.

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

Color convert

RGB 5 6 41 -
CMYK 0.88 0.85 0 0.84
HSL 238.33º 0.78% 0.09% -
HSV(B) 238.33º 0.88% 0.16% -
XYZ 0.53 0.32 2.13 -
YUV 9.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 5 6 41 0.88 0.85 0 0.84 238.33 0.78 0.09
Hex 5 6 29 58 55 0 54 EE 4E 9
Octal 5 6 51 130 125 0 124 356 116 11
Binary 101 110 101001 1011000 1010101 0 1010100 11101110 1001110 1001

Color Harmonies of #050629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050629

Black with #050629

Text Example


Text Example

White with #050629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050629; }

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

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

background-color css

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

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

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

border-color css

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

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

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