#050730

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

Shades of Black Russian #050730

Tints of Black Russian #050730

Color information

#050730 (or 0x050730) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 30. RGB value is (5,7,48). Sum of RGB (Red+Green+Blue) = 5+7+48=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 48 (19.14% from 255 or 80% from 60); Max value from RGB is 48 - color contains mainly: blue. Hex color #050730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050730 is #FAF8CF. Grayscale: #0A0A0A. Windows color (decimal): -16447696 or 3147525. OLE color: 3147525.

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

Color convert

RGB5748-
CMYK0.900.8500.81
HSL237.21º81.13%10.39%-
HSV(B)237.21º89.58%18.82%-
XYZ0.670.42.84-
YUV11.08148.84123.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 48 (19.14% from 255) = 80%
R=8.33%
G=11.67%
B=80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal57480.900.8500.81237.2181.1310.39
Hex57305A55051ed51a
Octal5760132125012135512112
Binary10111111000010110101010101010100011110110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050730; }

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

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

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

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

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

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

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

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