#050830

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

Shades of Black Russian #050830

Tints of Black Russian #050830

Color information

#050830 (or 0x050830) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 30. RGB value is (5,8,48). Sum of RGB (Red+Green+Blue) = 5+8+48=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 48 (19.14% from 255 or 78.69% from 61); Max value from RGB is 48 - color contains mainly: blue. Hex color #050830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050830 is #FAF7CF. Grayscale: #0B0B0B. Windows color (decimal): -16447440 or 3147781. OLE color: 3147781.

HSL color Cylindrical-coordinate representation of color #050830: hue angle of 235.81º 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 #050830 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB5848-
CMYK0.900.8300.81
HSL235.81º81.13%10.39%-
HSV(B)235.81º89.58%18.82%-
XYZ0.680.422.84-
YUV11.66148.51123.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 48 (19.14% from 255) = 78.69%
R=8.20%
G=13.11%
B=78.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal58480.900.8300.81235.8181.1310.39
Hex58305A53051ec51a
Octal51060132123012135412112
Binary101100011000010110101010011010100011110110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050830; }

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

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

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

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

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

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

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

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