#050724

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

Shades of Black Russian #050724

Tints of Black Russian #050724

Color information

#050724 (or 0x050724) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 24. RGB value is (5,7,36). Sum of RGB (Red+Green+Blue) = 5+7+36=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 36 (14.45% from 255 or 75% from 48); Max value from RGB is 36 - color contains mainly: blue. Hex color #050724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050724 is #FAF8DB. Grayscale: #090909. Windows color (decimal): -16447708 or 2361093. OLE color: 2361093.

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

Color convert

RGB5736-
CMYK0.860.8100.86
HSL236.13º75.61%8.04%-
HSV(B)236.13º86.11%14.12%-
XYZ0.460.311.71-
YUV9.71142.84124.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 36 (14.45% from 255) = 75%
R=10.42%
G=14.58%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal57360.860.8100.86236.1375.618.04
Hex57245651056ec4c8
Octal5744126121012635411410
Binary10111110010010101101010001010101101110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050724; }

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

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

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

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

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

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

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

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