#050718

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

Shades of Black Russian #050718

Tints of Black Russian #050718

Color information

#050718 (or 0x050718) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 18. RGB value is (5,7,24). Sum of RGB (Red+Green+Blue) = 5+7+24=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #050718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050718 is #FAF8E7. Grayscale: #080808. Windows color (decimal): -16447720 or 1574661. OLE color: 1574661.

HSL color Cylindrical-coordinate representation of color #050718: hue angle of 233.68º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050718 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB5724-
CMYK0.790.7100.91
HSL233.68º65.52%5.69%-
HSV(B)233.68º79.17%9.41%-
XYZ0.30.250.9-
YUV8.34136.84125.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 24 (9.77% from 255) = 66.67%
R=13.89%
G=19.44%
B=66.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal57240.790.7100.91233.6865.525.69
Hex57184F4705Bea426
Octal573011710701333521026
Binary101111110001001111100011101011011111010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050718; }

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

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

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

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

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

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

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

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