Html Css Color HEX #050527 Black Russian

📋 copy color: '#050527'

red 5 ◦ green 5 ◦ blue 39

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

Shades of Black Russian #050527

Tints of Black Russian #050527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.2%

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

R = 10.2%
G = 10.2%
B = 79.59%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050527 (or 0x050527) is known color: Black Russian. HEX triplet: 05, 05 and 27. RGB value is (5,5,39). Sum of RGB (Red+Green+Blue) = 5+5+39=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 39 (15.62% from 255 or 79.59% from 49); Max value from RGB is 39 - color contains mainly: blue. Hex color #050527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050527 is #FAFAD8. Grayscale: #080808. Windows color (decimal): -16448217 or 2557189. OLE color: 2557189.

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

Color convert

RGB 5 5 39 -
CMYK 0.87 0.87 0 0.85
HSL 240º 0.77% 0.09% -
HSV(B) 240º 0.87% 0.15% -
XYZ 0.48 0.29 1.95 -
YUV 8.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 5 5 39 0.87 0.87 0 0.85 240 0.77 0.09
Hex 5 5 27 57 57 0 55 F0 4D 9
Octal 5 5 47 127 127 0 125 360 115 11
Binary 101 101 100111 1010111 1010111 0 1010101 11110000 1001101 1001

Color Harmonies of #050527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050527

Black with #050527

Text Example


Text Example

White with #050527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050527; }

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

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

background-color css

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

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

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

border-color css

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

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

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