Html Css Color HEX #050729 Black Russian

📋 copy color: '#050729'

red 5 ◦ green 7 ◦ blue 41

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

Shades of Black Russian #050729

Tints of Black Russian #050729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.21%

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

R = 9.43%
G = 13.21%
B = 77.36%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050729 (or 0x050729) is known color: Black Russian. HEX triplet: 05, 07 and 29. RGB value is (5,7,41). Sum of RGB (Red+Green+Blue) = 5+7+41=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 41 (16.41% from 255 or 77.36% from 53); Max value from RGB is 41 - color contains mainly: blue. Hex color #050729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050729 is #FAF8D6. Grayscale: #0A0A0A. Windows color (decimal): -16447703 or 2688773. OLE color: 2688773.

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

Color convert

RGB 5 7 41 -
CMYK 0.88 0.83 0 0.84
HSL 236.67º 0.78% 0.09% -
HSV(B) 236.67º 0.88% 0.16% -
XYZ 0.54 0.34 2.14 -
YUV 10.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 5 7 41 0.88 0.83 0 0.84 236.67 0.78 0.09
Hex 5 7 29 58 53 0 54 ED 4E 9
Octal 5 7 51 130 123 0 124 355 116 11
Binary 101 111 101001 1011000 1010011 0 1010100 11101101 1001110 1001

Color Harmonies of #050729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050729

Black with #050729

Text Example


Text Example

White with #050729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050729; }

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

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

background-color css

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

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

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

border-color css

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

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

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