#050A27

Color #050A27 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #050A27

Tints of Black Russian #050A27

Color information

#050A27 (or 0x050A27) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 27. RGB value is (5,10,39). Sum of RGB (Red+Green+Blue) = 5+10+39=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 39 (15.62% from 255 or 72.22% from 54); Max value from RGB is 39 - color contains mainly: blue. Hex color #050A27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A27 is #FAF5D8. Grayscale: #0B0B0B. Windows color (decimal): -16446937 or 2558469. OLE color: 2558469.

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

Color convert

RGB51039-
CMYK0.870.7400.85
HSL231.18º77.27%8.63%-
HSV(B)231.18º87.18%15.29%-
XYZ0.540.41.97-
YUV11.81143.34123.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 10 (4.30% from 255) = 18.52%
BLUE value IS 39 (15.62% from 255) = 72.22%
R=9.26%
G=18.52%
B=72.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal510390.870.7400.85231.1877.278.63
Hex5A27574A055e74d9
Octal51247127112012534711511
Binary101101010011110101111001010010101011110011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A27; }

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

 H1.HeaderClassName
 {
   color: #050A27;
 }
 .AnyTagClassName
 {
   color: #050A27;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #050A27;
 }
 .BgClassName
 {
   background-color: #050A27;
 }
</style>
border-color css

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

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

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