Html Css Color HEX #050726 Black Russian

📋 copy color: '#050726'

red 5 ◦ green 7 ◦ blue 38

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

Shades of Black Russian #050726

Tints of Black Russian #050726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 76%

R = 10%
G = 14%
B = 76%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050726 (or 0x050726) is known color: Black Russian. HEX triplet: 05, 07 and 26. RGB value is (5,7,38). Sum of RGB (Red+Green+Blue) = 5+7+38=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 38 (15.23% from 255 or 76% from 50); Max value from RGB is 38 - color contains mainly: blue. Hex color #050726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050726 is #FAF8D9. Grayscale: #090909. Windows color (decimal): -16447706 or 2492165. OLE color: 2492165.

HSL color Cylindrical-coordinate representation of color #050726: hue angle of 236.36º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #050726 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 7 38 -
CMYK 0.87 0.82 0 0.85
HSL 236.36º 0.77% 0.08% -
HSV(B) 236.36º 0.87% 0.15% -
XYZ 0.49 0.32 1.87 -
YUV 9.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 5 7 38 0.87 0.82 0 0.85 236.36 0.77 0.08
Hex 5 7 26 57 52 0 55 EC 4D 8
Octal 5 7 46 127 122 0 125 354 115 10
Binary 101 111 100110 1010111 1010010 0 1010101 11101100 1001101 1000

Color Harmonies of #050726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050726

Black with #050726

Text Example


Text Example

White with #050726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050726; }

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

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

background-color css

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

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

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

border-color css

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

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

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