#050424

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

Shades of Black Russian #050424

Tints of Black Russian #050424

Color information

#050424 (or 0x050424) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 24. RGB value is (5,4,36). Sum of RGB (Red+Green+Blue) = 5+4+36=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 36 (14.45% from 255 or 80% from 45); Max value from RGB is 36 - color contains mainly: blue. Hex color #050424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050424 is #FAFBDB. Grayscale: #070707. Windows color (decimal): -16448476 or 2360325. OLE color: 2360325.

HSL color Cylindrical-coordinate representation of color #050424: hue angle of 241.88º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050424 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB5436-
CMYK0.860.8900.86
HSL241.88º80%7.84%-
HSV(B)241.88º88.89%14.12%-
XYZ0.420.251.69-
YUV7.95143.83125.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 36 (14.45% from 255) = 80%
R=11.11%
G=8.89%
B=80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal54360.860.8900.86241.88807.84
Hex54245659056f2508
Octal5444126131012636212010
Binary10110010010010101101011001010101101111001010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050424; }

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

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

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

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

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

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

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

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