#050831

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

Shades of Black Russian #050831

Tints of Black Russian #050831

Color information

#050831 (or 0x050831) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 31. RGB value is (5,8,49). Sum of RGB (Red+Green+Blue) = 5+8+49=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 49 (19.53% from 255 or 79.03% from 62); Max value from RGB is 49 - color contains mainly: blue. Hex color #050831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050831 is #FAF7CE. Grayscale: #0B0B0B. Windows color (decimal): -16447439 or 3213317. OLE color: 3213317.

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

Color convert

RGB5849-
CMYK0.900.8400.81
HSL235.91º81.48%10.59%-
HSV(B)235.91º89.8%19.22%-
XYZ0.70.432.95-
YUV11.78149.01123.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 49 (19.53% from 255) = 79.03%
R=8.06%
G=12.90%
B=79.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal58490.900.8400.81235.9181.4810.59
Hex58315A54051ec51b
Octal51061132124012135412113
Binary101100011000110110101010100010100011110110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050831; }

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

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

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

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

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

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

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

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