Html Css Color HEX #050728 Black Russian

📋 copy color: '#050728'

red 5 ◦ green 7 ◦ blue 40

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

Shades of Black Russian #050728

Tints of Black Russian #050728

RGB

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

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

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

R = 9.62%
G = 13.46%
B = 76.92%

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

#050728 (or 0x050728) is known color: Black Russian. HEX triplet: 05, 07 and 28. RGB value is (5,7,40). Sum of RGB (Red+Green+Blue) = 5+7+40=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 40 (16.02% from 255 or 76.92% from 52); Max value from RGB is 40 - color contains mainly: blue. Hex color #050728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050728 is #FAF8D7. Grayscale: #0A0A0A. Windows color (decimal): -16447704 or 2623237. OLE color: 2623237.

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

Color convert

RGB 5 7 40 -
CMYK 0.88 0.83 0 0.84
HSL 236.57º 0.78% 0.09% -
HSV(B) 236.57º 0.88% 0.16% -
XYZ 0.52 0.34 2.05 -
YUV 10.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 5 7 40 0.88 0.83 0 0.84 236.57 0.78 0.09
Hex 5 7 28 58 53 0 54 ED 4E 9
Octal 5 7 50 130 123 0 124 355 116 11
Binary 101 111 101000 1011000 1010011 0 1010100 11101101 1001110 1001

Color Harmonies of #050728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050728

Black with #050728

Text Example


Text Example

White with #050728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050728; }

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

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

background-color css

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

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

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

border-color css

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

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

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