#050228

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

Shades of Black Russian #050228

Tints of Black Russian #050228

Color information

#050228 (or 0x050228) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 28. RGB value is (5,2,40). Sum of RGB (Red+Green+Blue) = 5+2+40=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 40 (16.02% from 255 or 85.11% from 47); Max value from RGB is 40 - color contains mainly: blue. Hex color #050228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050228 is #FAFDD7. Grayscale: #070707. Windows color (decimal): -16448984 or 2621957. OLE color: 2621957.

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

Color convert

RGB5240-
CMYK0.880.9500.84
HSL244.74º90.48%8.24%-
HSV(B)244.74º95%15.69%-
XYZ0.470.232.03-
YUV7.23146.49126.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 40 (16.02% from 255) = 85.11%
R=10.64%
G=4.26%
B=85.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal52400.880.9500.84244.7490.488.24
Hex5228585F054f55a8
Octal5250130137012436513210
Binary1011010100010110001011111010101001111010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050228; }

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

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

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

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

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

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

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

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