#050227

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

Shades of Black Russian #050227

Tints of Black Russian #050227

Color information

#050227 (or 0x050227) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 27. RGB value is (5,2,39). Sum of RGB (Red+Green+Blue) = 5+2+39=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 39 (15.62% from 255 or 84.78% from 46); Max value from RGB is 39 - color contains mainly: blue. Hex color #050227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050227 is #FAFDD8. Grayscale: #060606. Windows color (decimal): -16448985 or 2556421. OLE color: 2556421.

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

Color convert

RGB5239-
CMYK0.870.9500.85
HSL244.86º90.24%8.04%-
HSV(B)244.86º94.87%15.29%-
XYZ0.450.221.94-
YUV7.11145.99126.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 39 (15.62% from 255) = 84.78%
R=10.87%
G=4.35%
B=84.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal52390.870.9500.85244.8690.248.04
Hex5227575F055f55a8
Octal5247127137012536513210
Binary1011010011110101111011111010101011111010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050227; }

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

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

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

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

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

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

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

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