#050C27

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

Shades of Black Russian #050C27

Tints of Black Russian #050C27

Color information

#050C27 (or 0x050C27) is unknown color: approx Black Russian. HEX triplet: 05, 0C and 27. RGB value is (5,12,39). Sum of RGB (Red+Green+Blue) = 5+12+39=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #050C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C27 is #FAF3D8. Grayscale: #0C0C0C. Windows color (decimal): -16446425 or 2558981. OLE color: 2558981.

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

Color convert

RGB51239-
CMYK0.870.6900.85
HSL227.65º77.27%8.63%-
HSV(B)227.65º87.18%15.29%-
XYZ0.560.441.98-
YUV12.98142.68122.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 39 (15.62% from 255) = 69.64%
R=8.93%
G=21.43%
B=69.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal512390.870.6900.85227.6577.278.63
Hex5C275745055e44d9
Octal51447127105012534411511
Binary101110010011110101111000101010101011110010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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