Html Css Color HEX #050727 Black Russian

📋 copy color: '#050727'

red 5 ◦ green 7 ◦ blue 39

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

Shades of Black Russian #050727

Tints of Black Russian #050727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 76.47%

R = 9.8%
G = 13.73%
B = 76.47%

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

#050727 (or 0x050727) is known color: Black Russian. HEX triplet: 05, 07 and 27. RGB value is (5,7,39). Sum of RGB (Red+Green+Blue) = 5+7+39=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 39 (15.62% from 255 or 76.47% from 51); Max value from RGB is 39 - color contains mainly: blue. Hex color #050727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050727 is #FAF8D8. Grayscale: #090909. Windows color (decimal): -16447705 or 2557701. OLE color: 2557701.

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

Color convert

RGB 5 7 39 -
CMYK 0.87 0.82 0 0.85
HSL 236.47º 0.77% 0.09% -
HSV(B) 236.47º 0.87% 0.15% -
XYZ 0.5 0.33 1.96 -
YUV 10.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 5 7 39 0.87 0.82 0 0.85 236.47 0.77 0.09
Hex 5 7 27 57 52 0 55 EC 4D 9
Octal 5 7 47 127 122 0 125 354 115 11
Binary 101 111 100111 1010111 1010010 0 1010101 11101100 1001101 1001

Color Harmonies of #050727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050727

Black with #050727

Text Example


Text Example

White with #050727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050727; }

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

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

background-color css

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

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

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

border-color css

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

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

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