#050630

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

Shades of Black Russian #050630

Tints of Black Russian #050630

Color information

#050630 (or 0x050630) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 30. RGB value is (5,6,48). Sum of RGB (Red+Green+Blue) = 5+6+48=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 48 (19.14% from 255 or 81.36% from 59); Max value from RGB is 48 - color contains mainly: blue. Hex color #050630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050630 is #FAF9CF. Grayscale: #0A0A0A. Windows color (decimal): -16447952 or 3147269. OLE color: 3147269.

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

Color convert

RGB5648-
CMYK0.900.8700.81
HSL238.6º81.13%10.39%-
HSV(B)238.6º89.58%18.82%-
XYZ0.660.382.83-
YUV10.49149.17124.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 48 (19.14% from 255) = 81.36%
R=8.47%
G=10.17%
B=81.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal56480.900.8700.81238.681.1310.39
Hex56305A57051ef51a
Octal5660132127012135712112
Binary10111011000010110101010111010100011110111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050630; }

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

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

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

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

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

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

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

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