#050B2E

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

Shades of Black Russian #050B2E

Tints of Black Russian #050B2E

Color information

#050B2E (or 0x050B2E) is unknown color: approx Black Russian. HEX triplet: 05, 0B and 2E. RGB value is (5,11,46). Sum of RGB (Red+Green+Blue) = 5+11+46=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 46 (18.36% from 255 or 74.19% from 62); Max value from RGB is 46 - color contains mainly: blue. Hex color #050B2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B2E is #FAF4D1. Grayscale: #0D0D0D. Windows color (decimal): -16446674 or 3017477. OLE color: 3017477.

HSL color Cylindrical-coordinate representation of color #050B2E: hue angle of 231.22º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050B2E is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51146-
CMYK0.890.7600.82
HSL231.22º80.39%10%-
HSV(B)231.22º89.13%18.04%-
XYZ0.680.472.64-
YUV13.2146.51122.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 46 (18.36% from 255) = 74.19%
R=8.06%
G=17.74%
B=74.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal511460.890.7600.82231.2280.3910
Hex5B2E594C052e750a
Octal51356131114012234712012
Binary101101110111010110011001100010100101110011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050B2E; }

 p { color: rgb(5,11,46); }

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

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

 a { background-color: rgb(5,11,46); }

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

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

 span { border-color: rgb(5,11,46); }

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