#050427

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

Shades of Black Russian #050427

Tints of Black Russian #050427

Color information

#050427 (or 0x050427) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 27. RGB value is (5,4,39). Sum of RGB (Red+Green+Blue) = 5+4+39=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 39 (15.62% from 255 or 81.25% from 48); Max value from RGB is 39 - color contains mainly: blue. Hex color #050427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050427 is #FAFBD8. Grayscale: #080808. Windows color (decimal): -16448473 or 2556933. OLE color: 2556933.

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

Color convert

RGB5439-
CMYK0.870.9000.85
HSL241.71º81.4%8.43%-
HSV(B)241.71º89.74%15.29%-
XYZ0.470.271.95-
YUV8.29145.33125.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 39 (15.62% from 255) = 81.25%
R=10.42%
G=8.33%
B=81.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal54390.870.9000.85241.7181.48.43
Hex5427575A055f2518
Octal5447127132012536212110
Binary10110010011110101111011010010101011111001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050427; }

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

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

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

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

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

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

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

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