#050F27

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

Shades of Black Russian #050F27

Tints of Black Russian #050F27

Color information

#050F27 (or 0x050F27) is unknown color: approx Black Russian. HEX triplet: 05, 0F and 27. RGB value is (5,15,39). Sum of RGB (Red+Green+Blue) = 5+15+39=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #050F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F27 is #FAF0D8. Grayscale: #0E0E0E. Windows color (decimal): -16445657 or 2559749. OLE color: 2559749.

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

Color convert

RGB51539-
CMYK0.870.6200.85
HSL222.35º77.27%8.63%-
HSV(B)222.35º87.18%15.29%-
XYZ0.60.521.99-
YUV14.75141.69121.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 15 (6.25% from 255) = 25.42%
BLUE value IS 39 (15.62% from 255) = 66.10%
R=8.47%
G=25.42%
B=66.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal515390.870.6200.85222.3577.278.63
Hex5F27573E055de4d9
Octal5174712776012533611511
Binary10111111001111010111111110010101011101111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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